moved OAuth.Token.CleanWorker to Oban Periodic jobs

This commit is contained in:
Maksim Pechnikov 2019-11-25 14:32:20 +03:00
commit 0e9be6bafa
9 changed files with 41 additions and 68 deletions

View file

@ -102,7 +102,7 @@ defmodule Pleroma.Mixfile do
{:phoenix_ecto, "~> 4.0"},
{:ecto_sql, "~> 3.2"},
{:postgrex, ">= 0.13.5"},
{:oban, "~> 0.8.1"},
{:oban, "~> 0.11.1"},
{:quantum, "~> 2.3"},
{:gettext, "~> 0.15"},
{:comeonin, "~> 4.1.1"},