Ensure myhtmlex is started before swarm
authorrinpatch <rinpatch@sdf.org>
Mon, 28 Oct 2019 22:16:57 +0000 (01:16 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 28 Oct 2019 22:16:57 +0000 (01:16 +0300)
Otherwise swarm is going to attempt resizing the cluster and timeout

mix.exs

diff --git a/mix.exs b/mix.exs
index dcb9d9ea8ff10598ffbddbe4be2b1119575df29f..705d56f0e80766949c6547159feac59087003919 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -63,7 +63,7 @@ defmodule Pleroma.Mixfile do
   def application do
     [
       mod: {Pleroma.Application, []},
-      extra_applications: [:logger, :runtime_tools, :comeonin, :quack],
+      extra_applications: [:logger, :runtime_tools, :comeonin, :quack, :myhtmlex, :swarm],
       included_applications: [:ex_syslogger]
     ]
   end