forked from AkkomaGang/akkoma
Merge branch 'fix/oauth-cleanup-worker-unconditional-start' into 'develop'
Fix OAuth cleanup worker unconditionally starting See merge request pleroma/pleroma!1578
This commit is contained in:
commit
0f24edcd8d
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ def start(_type, _args) do
|
||||||
hackney_pool_children() ++
|
hackney_pool_children() ++
|
||||||
[
|
[
|
||||||
Pleroma.Web.Federator.RetryQueue,
|
Pleroma.Web.Federator.RetryQueue,
|
||||||
Pleroma.Web.OAuth.Token.CleanWorker,
|
|
||||||
Pleroma.Stats,
|
Pleroma.Stats,
|
||||||
%{
|
%{
|
||||||
id: :web_push_init,
|
id: :web_push_init,
|
||||||
|
|
Loading…
Reference in a new issue