Federator: add retry queue.

This commit is contained in:
eal 2018-08-26 21:17:13 +03:00
commit 62299be094
4 changed files with 121 additions and 22 deletions

View file

@ -57,8 +57,9 @@ defmodule Pleroma.Application do
id: :cachex_idem
),
worker(Pleroma.Web.Federator, []),
worker(Pleroma.Stats, []),
worker(Pleroma.Gopher.Server, [])
worker(Pleroma.Web.Federator.RetryQueue, []),
worker(Pleroma.Gopher.Server, []),
worker(Pleroma.Stats, [])
] ++
if Mix.env() == :test,
do: [],