PublisherWorker: change max_attempts to 13 which extends the last delivery attempt to ~4.3 days
This commit is contained in:
parent
8383584d69
commit
a46a48fb3f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ defmodule Pleroma.Workers.PublisherWorker do
|
||||||
alias Pleroma.Instances
|
alias Pleroma.Instances
|
||||||
alias Pleroma.Web.Federator
|
alias Pleroma.Web.Federator
|
||||||
|
|
||||||
use Oban.Worker, queue: :federator_outgoing, max_attempts: 5
|
use Oban.Worker, queue: :federator_outgoing, max_attempts: 13
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
def perform(%Job{args: %{"op" => "publish", "activity_id" => activity_id}}) do
|
def perform(%Job{args: %{"op" => "publish", "activity_id" => activity_id}}) do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue