Hi,
I'm new to Jira administration and would like some help diagnosing an issue one specific user is having; email notifications are not sent immediately to him if an issue he is/was assigned is updated.
No one else is having such issues and we have a round 1800 users. I've had a look at the mail queues and there are zero stuck messages and the mail queue delay is set to "0 * * * * ?" which I believe translates to "At second :00 of every minute"
What steps can I take to identify any issues?
Many thanks,
Taza
0 * * * * translates to "Every 0th minute of every hour" and not every second. You can probably change that to
*/1 * * * * translates to every minute.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira's cron has "second" as first field, as opposed to system Cron that has "minute". So 0 * * * * ? in Jira means every 0th second of every minute.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.