diff options
author | rinpatch <rinpatch@sdf.org> | 2019-03-29 16:11:22 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-03-29 16:11:22 +0300 |
commit | 11584488d1301f6bd8a06d45b6bca0ff12f82889 (patch) | |
tree | 1b2a142a430f285aca9e4247102496d75f1a476c | |
parent | a5edc4da6225ff2bf1ea8862b1c857d7e87c920f (diff) | |
download | pleroma-11584488d1301f6bd8a06d45b6bca0ff12f82889.tar.gz pleroma-11584488d1301f6bd8a06d45b6bca0ff12f82889.zip |
Improve PleromaJobQeue config documentation
-rw-r--r-- | docs/config.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/config.md b/docs/config.md index c206358ab..b4e1ad275 100644 --- a/docs/config.md +++ b/docs/config.md @@ -255,7 +255,12 @@ curl "http://localhost:4000/api/pleroma/admin/invite_token?admin_token=somerando ## :pleroma_job_queue -[Pleroma Job Queue][https://git.pleroma.social/pleroma/pleroma_job_queue] configuration: a list of queues with maximum concurrent jobs. +[Pleroma Job Queue](https://git.pleroma.social/pleroma/pleroma_job_queue) configuration: a list of queues with maximum concurrent jobs. + +Pleroma has the following qeues: +* `federator_outgoing` - Outgoing federation +* `federator_incoming` - Incoming federation +* `mailer` - Email sender, see [`Pleroma.Mailer`](#pleroma-mailer) Example: |