Merge branch 'oban-crontab-fix' into 'develop'

Set oban crontab to false in tests

See merge request pleroma/pleroma!2197
This commit is contained in:
lain 2020-02-11 09:55:16 +00:00
commit 36c6dc1c10
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock
config :pleroma, Oban,
queues: false,
prune: :disabled
prune: :disabled,
crontab: false
config :pleroma, Pleroma.ScheduledActivity,
daily_user_limit: 2,