Skip to content

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)