[#3213] Added HashtagsCleanupWorker periodic job.
This commit is contained in:
parent
380d0cce6b
commit
9948ff3356
5 changed files with 62 additions and 0 deletions
|
|
@ -1943,6 +1943,7 @@ config :pleroma, :config_description, [
|
|||
type: {:list, :tuple},
|
||||
description: "Settings for cron background jobs",
|
||||
suggestions: [
|
||||
{"0 1 * * *", Pleroma.Workers.Cron.HashtagsCleanupWorker},
|
||||
{"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
|
||||
{"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue