mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-30 11:41:19 +08:00
Update the priority for the templates background generation
This commit is contained in:
parent
a78147e950
commit
8025acc2d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue