Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
2ce141fb
Commit
2ce141fb
authored
Jul 15, 2020
by
rinpatch
Browse files
Merge branch 'fix/oban-pruning' into 'develop'
Bring back oban job pruning Closes
#1945
See merge request
!2768
parents
a2f9bc77
c413649a
Pipeline
#28643
failed with stages
in 18 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/config.exs
View file @
2ce141fb
...
...
@@ -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
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment