Skip to content

Commit

Permalink
[ruby/roda-sequel] Detect workers for Iodine
Browse files Browse the repository at this point in the history
+------------------------------+---------+------+------+-----+-----+-------+--------------+
|                   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|
+------------------------------+---------+------+------+-----+-----+-------+--------------+
  • Loading branch information
p8 committed Jan 16, 2025
1 parent 0a9ab06 commit 111728f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV DBTYPE=postgresql

EXPOSE 8080

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

0 comments on commit 111728f

Please sign in to comment.