Skip to content

Commit 111728f

Browse files
committed
[ruby/roda-sequel] Detect workers for Iodine
+------------------------------+---------+------+------+-----+-----+-------+--------------+ | branch_name|plaintext|update| json| db|query|fortune|weighted_score| +------------------------------+---------+------+------+-----+-----+-------+--------------+ | master| 227545| 22971|213942|52774|37141| 49660| 2923| |roda-sequel/iodine-set-workers| 327473| 25126|276279|89255|81149| 63912| 4227| +------------------------------+---------+------+------+-----+-----+-------+--------------+
1 parent 0a9ab06 commit 111728f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Ruby/roda-sequel/roda-sequel-postgres-iodine-mri.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ ENV DBTYPE=postgresql
1818

1919
EXPOSE 8080
2020

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

0 commit comments

Comments
 (0)