software/Mastodon/admin/Sidekiq

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 09:55, 25 April 2018 by Woozle (talk | contribs) (reducing sidekiq ram usage)

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|mastodon-sidekiq.service]]) for them to take effect.