add a job queue
This commit is contained in:
parent
6383fa3a5d
commit
55affbca7f
15 changed files with 358 additions and 142 deletions
|
|
@ -101,9 +101,10 @@ defmodule Pleroma.Application do
|
|||
),
|
||||
worker(Pleroma.FlakeId, []),
|
||||
worker(Pleroma.Web.Federator.RetryQueue, []),
|
||||
worker(Pleroma.Web.Federator, []),
|
||||
worker(Pleroma.Stats, []),
|
||||
worker(Pleroma.Web.Push, [])
|
||||
worker(Pleroma.Web.Push, []),
|
||||
worker(Pleroma.Jobs, []),
|
||||
worker(Task, [&Pleroma.Web.Federator.init/0], restart: :temporary)
|
||||
] ++
|
||||
streamer_child() ++
|
||||
chat_child() ++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue