Our version of Oban only supports priorities 0-3
This commit is contained in:
parent
97cf78f63d
commit
1d417d2a36
@ -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 New Issue
Block a user