-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing notifications #115
Comments
@sachin-maheshwari I was debugging the issue with missing email for @gondzo for the said project and found that |
This is still an issue on this same project, but I've noticed that I (and everyone else on the project) do get notified of posts of topcoder users, but don't get any notifications for posts by SSO users (client). Could that be a clue? |
Thanks for more insights @gondzo. Just double checking, you are not receiving notifications for posts made by Customers (most probably who are logging in as SSO user), right? |
yes, correct |
@gondzo could you please also let me know one specific post for which you didn't receive the email notification? |
last post in that project - "I have read and approve the challenge spec.
Thank you. "
…On Wed, May 15, 2019, 09:14 vikasrohit ***@***.***> wrote:
@gondzo <https://github.com/gondzo> could you please also let me know one
specific post for which you didn't receive the email notification?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#115?email_source=notifications&email_token=AAXJA7RLMPQP2MXOZQYPLYLPVOZ6TA5CNFSM4HL4BJBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVNXRII#issuecomment-492533921>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXJA7XYR6NXSQ375WZXCB3PVOZ6TANCNFSM4HL4BJBA>
.
|
THanks @gondzo It seems the the kafka consumer got killed (or at least stopped listening) because of some error in parsing one of the bus event. And the AWS ECS didn't consider it as dead task because the email scheduler is still running on the same machine. Thanks @sachin-maheshwari for debugging the issue with us. |
can we configure a health check for ecs that would check the consumer and scheduler? maybe using https://github.com/topcoder-platform/topcoder-healthcheck-dropin ? |
@gondzo sorry for the delayed response, however, we already have the healthcheck dropin in place. It seems like the custom health check function is not able to determine that kafka consumer is in stale state and hence it is always returning |
I've noticed that I didn't get notifications for one specific project - 9883
@vikasrohit @sachin-maheshwari any way that we can investigate this?
I did get the web notification (ex notification ID 255503), but no email
The text was updated successfully, but these errors were encountered: