I wasn’t sure which category to put this in, so I just picked “bug”.
On community.wanikani.com, reply notifications aren’t showing up in a timely manner. For example, I got this reply over two hours ago, but I still haven’t gotten a notification for it.
Check your Sidekiq queue on /sidekiq and click on ‘enqueued’. Do any of your queues have a high number of queued jobs and a high latency? That might explain it.
Best to file these things in ‘support’ first of all.
Agree with Bart: confirm with your admin that ‘sidekiq’ is running. Notifications rely on that running to be sent.
Also be aware that if the system has ‘seen’ you recently it will not send you an email notification because the system assumes you will have noticed it. Sensible design as you don’t want to be spammed with email for things you know about whilst at the same time the forum saves the marginal cost of sending an email.
I am one of the admins of the board. I believe we don’t have access to the background queueing system since it is a Discourse hosted board. I can’t confirm or deny if the issue is still persisting. @seanblue?
Edit: there has also been recent reports the link preview feature is not working. Is that tied with the background jobs? I did just get bombarded with a bunch of notificans just a few minutes ago so looks like the jobs are catching up?
Is there a thread with more info about this (I will also search. Just asking in case there are multiples and one is better than another.)? I’m seeing a similar problem on my site and I am the admin; I just haven’t played with sidekiq previously.
The processing of these notification jobs had been inadvertently paused. The system is working its way through the backlog now. We’re looking into the cause of the problem.