From 430c285e33e61a004ec7bb05b71348bad48d279a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 10 Jun 2019 21:42:26 +0100 Subject: [PATCH] Use the job queue for trace importing in production --- cookbooks/web/recipes/rails.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index ab674ba93..6d6e6639c 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -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 -- 2.43.2