Set background worker timeout to 15 minutes

This commit is contained in:
anemone 2023-03-23 23:14:52 -07:00
parent bf9db78426
commit f463b7570e
1 changed files with 1 additions and 1 deletions

View File

@ -45,5 +45,5 @@ defmodule Pleroma.Workers.BackgroundWorker do
end
@impl Oban.Worker
def timeout(_job), do: :timer.seconds(5)
def timeout(_job), do: :timer.seconds(900)
end