]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/dev/recipes/default.rb
Increase sleep interval when rails workers have nothing to do
[chef.git] / cookbooks / dev / recipes / default.rb
index 70742e3c64aac6a6b6bbd6da9ffd9f5a35884cd7..3a12babae9d53062d15e6460d2ba4785a7c363e1 100644 (file)
@@ -230,6 +230,7 @@ if node[:postgresql][:clusters][:"14/main"]
   systemd_service "rails-jobs@" do
     description "Rails job queue runner"
     type "simple"
+    environment "RAILS_ENV" => "production", "SLEEP_DELAY" => "60"
     user "apis"
     working_directory "/srv/%i.apis.dev.openstreetmap.org/rails"
     exec_start "#{node[:ruby][:bundle]} exec rails jobs:work"