forked from AkkomaGang/akkoma
set oban crontab to false in tests
This commit is contained in:
parent
5ebffd5224
commit
bfd16fe41e
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@
|
|||
|
||||
config :pleroma, Oban,
|
||||
queues: false,
|
||||
prune: :disabled
|
||||
prune: :disabled,
|
||||
crontab: false
|
||||
|
||||
config :pleroma, Pleroma.ScheduledActivity,
|
||||
daily_user_limit: 2,
|
||||
|
|
Loading…
Reference in a new issue