pleroma_ctl: Run mix tasks using rpc instead of eval
authorrinpatch <rinpatch@sdf.org>
Mon, 17 Jun 2019 21:17:47 +0000 (00:17 +0300)
committerrinpatch <rinpatch@sdf.org>
Mon, 17 Jun 2019 21:22:58 +0000 (00:22 +0300)
commit448d739b259b3fe2e7c6ff2d2f41b93d53dd01b3
tree6459ace72932a9e716ff086183d22639f31941e5
parent49a49d376341262032c3d1e5d037dca9554a7b4a
pleroma_ctl: Run mix tasks using rpc instead of eval

This patch changes pleroma_ctl to call into a running instance instead of spinning up
a new one for mix task execution. This significantly decreases the time needed
for mix task execution (on my machine for `pleroma_ctl user set rin --no-admin`
the difference is 0.2s vs 4.2s) and allows mix tasks to affect the
instance context, for example, this allows to clear the cache after user
deletion
rel/pleroma_ctl