diff --git a/content/en/admin/scaling.md b/content/en/admin/scaling.md index d1fcd341..f56ee315 100644 --- a/content/en/admin/scaling.md +++ b/content/en/admin/scaling.md @@ -106,6 +106,9 @@ Sidekiq uses different queues for tasks of varying importance, where importance `push` : Delivery of payloads to other servers. +`ingress` +: Incoming remote activities. Lower priority than the default queue, so that local users still see their posts when the server is under load. + `mailers` : Delivery of e-mails. @@ -115,9 +118,6 @@ Sidekiq uses different queues for tasks of varying importance, where importance `scheduler` : Handling cron jobs, such as refreshing trending hashtags and cleaning up logs. -`ingress` -: Incoming remote activities. Lower priority than the default queue, so that local users still see their posts when the server is under load. - The default queues and their priorities are stored in [config/sidekiq.yml](https://github.com/mastodon/mastodon/blob/main/config/sidekiq.yml), but can be overridden by the command-line invocation of Sidekiq, e.g.: ```bash