Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit fc9852c

Browse files
committed
[ruby/rack] Detect workers for Iodine
+------------------------+---------+------+------+-----+-----+-------+--------------+ | branch_name|plaintext|update| json| db|query|fortune|weighted_score| +------------------------+---------+------+------+-----+-----+-------+--------------+ | master| 259715| 20822|230636|54927|21659| 49761| 2465| |rack/iodine-set-workers2| 259700| 20056|265800|98671|60333| 50916| 3370| +------------------------+---------+------+------+-----+-----+-------+--------------+
1 parent 0a9ab06 commit fc9852c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frameworks/Ruby/rack/rack-iodine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ COPY . .
1919

2020
EXPOSE 8080
2121

22-
CMD bundle exec iodine -p 8080
22+
CMD bundle exec iodine -p 8080 -w $(ruby config/auto_tune.rb | grep -Eo '[0-9]+' | head -n 1)

0 commit comments

Comments
 (0)