Browse Source

Merge branch 'fix/oban-pruning' into 'develop'

Bring back oban job pruning

Closes #1945

See merge request pleroma/pleroma!2768
chores/our-libs-hex-releases
rinpatch 4 years ago
parent
commit
2ce141fb0e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/config.exs

+ 1
- 0
config/config.exs View File

@@ -512,6 +512,7 @@ config :pleroma, Oban,
attachments_cleanup: 5,
new_users_digest: 1
],
plugins: [Oban.Plugins.Pruner],
crontab: [
{"0 0 * * *", Pleroma.Workers.Cron.ClearOauthTokenWorker},
{"0 * * * *", Pleroma.Workers.Cron.StatsWorker},


Loading…
Cancel
Save