X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=3624e295b717574944b5ea27f1c1a3d87567e0ae;hb=3db923515057b7da23e4bb58a1696cd14df7ed52;hp=c206358ab89271a78d21963096b84a955572d062;hpb=9a39d1d84613bb11542a0628e8b762970bd18bd0;p=akkoma diff --git a/docs/config.md b/docs/config.md index c206358ab..3624e295b 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 queues: +* `federator_outgoing` - Outgoing federation +* `federator_incoming` - Incoming federation +* `mailer` - Email sender, see [`Pleroma.Mailer`](#pleroma-mailer) Example: