mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 00:26:30 +00:00
Our version of Oban only supports priorities 0-3
This commit is contained in:
parent
97cf78f63d
commit
1d417d2a36
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ defmodule Pleroma.Web.Federator do
|
|||
ReceiverWorker.enqueue(
|
||||
"incoming_ap_doc",
|
||||
%{"req_headers" => req_headers, "params" => params, "timeout" => :timer.seconds(20)},
|
||||
priority: 5
|
||||
priority: 2
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue