Skip to content
Snippets Groups Projects
Commit c413649a authored by rinpatch's avatar rinpatch
Browse files

Bring back oban job pruning

Closes #1945
parent 040524c0
No related branches found
No related tags found
No related merge requests found
......@@ -512,6 +512,7 @@
attachments_cleanup: 5,
new_users_digest: 1
],
plugins: [Oban.Plugins.Pruner],
crontab: [
{"0 0 * * *", Pleroma.Workers.Cron.ClearOauthTokenWorker},
{"0 * * * *", Pleroma.Workers.Cron.StatsWorker},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment