Update oban to 0.8.1
This version uses a different locking mechanism, which gets rid of `WARNING: you don't own a lock of type ShareLock` log spam
This commit is contained in:
parent
a58f29b826
commit
a21584556f
4 changed files with 17 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ defmodule Pleroma.FlakeId do
|
|||
|
||||
@type t :: binary
|
||||
|
||||
@behaviour Ecto.Type
|
||||
use Ecto.Type
|
||||
use GenServer
|
||||
require Logger
|
||||
alias __MODULE__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue