From 8025acc2d7a1e3e62136978419c3155ad5819800 Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Wed, 27 Feb 2019 14:46:12 +0100 Subject: [PATCH] Update the priority for the templates background generation --- lib/tasks/data.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/data.rake b/lib/tasks/data.rake index 6fb5f4971..9affbd359 100644 --- a/lib/tasks/data.rake +++ b/lib/tasks/data.rake @@ -146,7 +146,7 @@ namespace :data do TemplatesService.new.delay( run_at: i.hours.from_now, queue: :templates, - priority: 1 + priority: 5 ).update_team(team) end end