diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-23 18:28:23 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2019-08-23 18:28:23 +0300 |
commit | 581123f8bb703023cb652267a1fc34292f862852 (patch) | |
tree | 7c4bb9fc62e7dfc35ea8c0d15715d2d4c31abe64 /mix.exs | |
parent | c056736daaedb2a08557ee6c6a9bcb6bf44110ca (diff) | |
download | pleroma-581123f8bb703023cb652267a1fc34292f862852.tar.gz pleroma-581123f8bb703023cb652267a1fc34292f862852.zip |
[#1149] Introduced `quantum` job scheduler. Documentation & config changes.
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,6 +102,7 @@ defmodule Pleroma.Mixfile do {:ecto_sql, "~> 3.1"}, {:postgrex, ">= 0.13.5"}, {:oban, "~> 0.7"}, + {:quantum, "~> 2.3"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, {:pbkdf2_elixir, "~> 0.12.3"}, @@ -142,7 +143,6 @@ defmodule Pleroma.Mixfile do {:http_signatures, git: "https://git.pleroma.social/pleroma/http_signatures.git", ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, - {:pleroma_job_queue, "~> 0.3"}, {:telemetry, "~> 0.3"}, {:prometheus_ex, "~> 3.0"}, {:prometheus_plugs, "~> 1.1"}, |