try local sheduling

This commit is contained in:
stwf 2019-12-11 14:57:33 -05:00
parent 72f3b22134
commit 63ffa0e3ed
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ config :pleroma, Oban,
queues: false,
prune: :disabled
config :pleroma, Pleroma.Scheduler, jobs: []
config :pleroma, Pleroma.Scheduler,
jobs: [],
global: false
config :pleroma, Pleroma.ScheduledActivity,
daily_user_limit: 2,