[#1149] Refactoring: GenServer workers renamed to daemons, use Oban.Worker moved to helper.
This commit is contained in:
parent
dd017c65a4
commit
b49085c156
19 changed files with 20 additions and 65 deletions
|
|
@ -36,8 +36,8 @@ defmodule Pleroma.Application do
|
|||
Pleroma.Emoji,
|
||||
Pleroma.Captcha,
|
||||
Pleroma.FlakeId,
|
||||
Pleroma.ScheduledActivityWorker,
|
||||
Pleroma.ActivityExpirationWorker
|
||||
Pleroma.Daemons.ScheduledActivityDaemon,
|
||||
Pleroma.Daemons.ActivityExpirationDaemon
|
||||
] ++
|
||||
cachex_children() ++
|
||||
hackney_pool_children() ++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue