mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-23 22:26:49 +00:00
add spec back
This commit is contained in:
parent
56533495b5
commit
1724a6b34b
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ defmodule Pleroma.Jobs do
|
|||
apply(mod, :perform, args)
|
||||
end
|
||||
else
|
||||
@spec enqueue(atom(), atom(), [any()], integer()) :: :ok
|
||||
def enqueue(queue_name, mod, args, priority) do
|
||||
GenServer.cast(__MODULE__, {:enqueue, queue_name, mod, args, priority})
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue