software/Mastodon/admin/Sidekiq: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
reducing sidekiq ram usage
m Woozle moved page Mastodon/admin/Sidekiq to software/Mastodon/admin/Sidekiq: disambiguate from band (eventually)
 
(No difference)

Latest revision as of 19:12, 12 March 2025

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 Template:L/same) for them to take effect.