Mastodon/admin/Sidekiq

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Mastodon‎ | admin
Revision as of 09:55, 25 April 2018 by Woozle (talk | contribs) (reducing sidekiq ram usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In Mastodon, Sidekiq manages background jobs like sending email and deleting users.

Of particular note is the fact that although it is Sidekiq which actually does the sending, the email parameters are defined in $mastodon/.env.production, and you have to restart the Sidekiq service worker (see mastodon-sidekiq.service) for them to take effect.

Links