]> git.openstreetmap.org Git - chef.git/commitdiff
Use the job queue for trace importing in production
authorTom Hughes <tom@compton.nu>
Mon, 10 Jun 2019 20:42:26 +0000 (21:42 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 10 Jun 2019 20:42:26 +0000 (21:42 +0100)
cookbooks/web/recipes/rails.rb

index ab674ba93e03e525539f6bf457bf5236baa76b6e..6d6e6639cddee5b787e353aefa007a4d00bfebea 100644 (file)
@@ -91,6 +91,7 @@ rails_port "www.openstreetmap.org" do
   thunderforest_key web_passwords["thunderforest_key"]
   totp_key web_passwords["totp_key"]
   csp_enforce true
+  trace_use_job_queue true
 end
 
 systemd_service "rails-jobs@" do