Add option to modify HTTP pool size
[akkoma] / priv / repo / migrations / 20200825061316_move_activity_expirations_to_oban.exs
index a703af83fd270064001df1554bb45153dc35d96b..096ab4ce5c7ed58ba837e234fefbf8eae69cb08e 100644 (file)
@@ -6,6 +6,8 @@ defmodule Pleroma.Repo.Migrations.MoveActivityExpirationsToOban do
   def change do
     Pleroma.Config.Oban.warn()
 
+    Application.ensure_all_started(:oban)
+
     Supervisor.start_link([{Oban, Pleroma.Config.get(Oban)}],
       strategy: :one_for_one,
       name: Pleroma.Supervisor