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:
commit
36c6dc1c10
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user