Detail backup states
This commit is contained in:
parent
6bce88b9e7
commit
e4ac2a7cd6
5 changed files with 166 additions and 29 deletions
|
|
@ -51,7 +51,7 @@ defmodule Pleroma.Workers.BackupWorker do
|
|||
end
|
||||
|
||||
@impl Oban.Worker
|
||||
def timeout(_job), do: :timer.seconds(900)
|
||||
def timeout(_job), do: :infinity
|
||||
|
||||
defp has_email?(user) do
|
||||
not is_nil(user.email) and user.email != ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue