moved OAuth.Token.CleanWorker to Oban Periodic jobs
This commit is contained in:
parent
34cdbcbb64
commit
0e9be6bafa
9 changed files with 41 additions and 68 deletions
2
mix.exs
2
mix.exs
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue