Is there a feature to email admin when moderated posts need attention?

I set notify about queued posts after to 2, then created an event as a non-priviledged user. It’s been almost 4 hours and no email.

Looking at discourse/app/jobs/scheduled/pending_queued_posts_reminder.rb at 30d8364f0abba8599fc0b82df0d9017b54d85d21 · discourse/discourse · GitHub it looks like this should be checked every 15 minutes.

a) what am I missing?

b) should this be sent only to site moderators, or also to moderators of the category the event was created in (which is what I’m hoping for)?

Also it seems like when I changed Notify about queued posts after to 2 (integer), it’s coming up as floating point. I don’t know ruby at all, so don’t know if this would cause any problem.