summaryrefslogtreecommitdiff
path: root/config/test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-01 17:28:00 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-01 17:28:00 +0300
commit23d279e03ee1f7a1285614754738711359bc4b81 (patch)
tree4ec0b67b1ef6f8588546d5fb04e09a2b8a4aa57a /config/test.exs
parentcdfd02e90455fe7c01026efb48af3194cc82252b (diff)
downloadpleroma-23d279e03ee1f7a1285614754738711359bc4b81.tar.gz
pleroma-23d279e03ee1f7a1285614754738711359bc4b81.zip
[#1149] Replaced RetryQueue with oban-based retries.
Diffstat (limited to 'config/test.exs')
-rw-r--r--config/test.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/test.exs b/config/test.exs
index 92dca18bc..23d9bf779 100644
--- a/config/test.exs
+++ b/config/test.exs
@@ -62,6 +62,10 @@ config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock
config :pleroma_job_queue, disabled: true
+config :pleroma, Oban,
+ queues: false,
+ prune: :disabled
+
config :pleroma, Pleroma.ScheduledActivity,
daily_user_limit: 2,
total_user_limit: 3,