Replace Pleroma.Jobs with pleroma_job_queue

This commit is contained in:
Egor 2019-03-29 12:46:05 +00:00 committed by lambda
commit 9a39d1d846
11 changed files with 24 additions and 283 deletions

View file

@ -48,7 +48,7 @@ config :web_push_encryption, :vapid_details,
config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock
config :pleroma, Pleroma.Jobs, testing: [max_jobs: 2]
config :pleroma_job_queue, disabled: true
try do
import_config "test.secret.exs"