mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 03:59:51 +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(
|
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
|
||||||
|
|
Loading…
Reference in a new issue