What type of jobs/scheduling sidekiq is executing on Discourse. Is it getting used when user is searching any topic/articles.
「いいね!」 2
Hey deepak
I don’t understand your question.
Are you asking if when a user uses the search, it triggers a sidekick job and if it does, which one(s)?
「いいね!」 1
Hi Canapin,
I want to know what is the purpose of Sidekiq in discourse.For which functionality Discourse is using Sidekiq.
「いいね!」 2
Hi Deepak,
Could you tell us why you’d want to know this?
It’s used for a variety of purposes, such as sending email, granting badges and many more.
If you’re asking if it’s optional: no it is not.
「いいね!」 3
If you have a self-hosted site you can see all of the background jobs from your /sidekiq/scheduler
page.
「いいね!」 6
Also, as an Open Source project, you can see all Discourse Sidekiq jobs code at
「いいね!」 7
Thanks a lot for all these useful information on Sidekiq.