aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/scheduler.ex
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-23 18:28:23 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-23 18:28:23 +0300
commit581123f8bb703023cb652267a1fc34292f862852 (patch)
tree7c4bb9fc62e7dfc35ea8c0d15715d2d4c31abe64 /lib/pleroma/scheduler.ex
parentc056736daaedb2a08557ee6c6a9bcb6bf44110ca (diff)
downloadpleroma-581123f8bb703023cb652267a1fc34292f862852.tar.gz
[#1149] Introduced `quantum` job scheduler. Documentation & config changes.
Diffstat (limited to 'lib/pleroma/scheduler.ex')
-rw-r--r--lib/pleroma/scheduler.ex7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/pleroma/scheduler.ex b/lib/pleroma/scheduler.ex
new file mode 100644
index 000000000..d84cd99ad
--- /dev/null
+++ b/lib/pleroma/scheduler.ex
@@ -0,0 +1,7 @@
+# Pleroma: A lightweight social networking server
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# SPDX-License-Identifier: AGPL-3.0-only
+
+defmodule Pleroma.Scheduler do
+ use Quantum.Scheduler, otp_app: :pleroma
+end