Update the priority for the templates background generation

This commit is contained in:
Jure Grabnar 2019-02-27 14:46:12 +01:00
parent a78147e950
commit 8025acc2d7

View file

@ -146,7 +146,7 @@ namespace :data do
TemplatesService.new.delay( TemplatesService.new.delay(
run_at: i.hours.from_now, run_at: i.hours.from_now,
queue: :templates, queue: :templates,
priority: 1 priority: 5
).update_team(team) ).update_team(team)
end end
end end