-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
Follow Event Notification Job #6201
Labels
Comments
@ryneld-tcc Hi Ryan - I'm unable to reproduce this issue on prealpha. After setting up following events and having Ted Decker (RSR - Staff Worker security role) follow the person, I ran the Send Following Event Notification job, and a 'Following Notices' email was successfully received. To help with our investigation, could you provide any additional details or a screenshots? |
I was also unable to reproduce on the demo site so guessing it is something in the groups causing it, but without an exception I can't figure out what the problem is.
Here is when it errors:
[cid:7ffe4633-13ac-437c-9cee-9bf13fb9b5c1]
Here is what I should see:
[cid:f28891b0-3879-447f-88a1-604a008b4875]
Basically from what I can figure out, is that the GroupGuid isn't getting passed through or something like that in the job, but if that is true, it is outside of the code block that has the exception.
I was going to ask in chat first, but since I was able to reproduce for two different churches, thinking there is something that is causing the group to make the job fail.
…________________________________
From: Colleen Head ***@***.***>
Sent: Friday, February 28, 2025 10:41 AM
To: SparkDevNetwork/Rock ***@***.***>
Cc: Ryan Desch ***@***.***>; Mention ***@***.***>
Subject: Re: [SparkDevNetwork/Rock] Follow Event Notification Job (Issue #6201)
[chead4]chead4 left a comment (SparkDevNetwork/Rock#6201)<#6201 (comment)>
@ryneld-tcc<https://github.com/ryneld-tcc> Hi Ryan - I'm unable to reproduce this issue on prealpha. After setting up following events and having Ted Decker (RSR - Staff Worker security role) follow the person, I ran the Send Following Event Notification job, and a 'Following Notices' email was successfully received. To help with our investigation, could you provide any additional details or a screenshots?
—
Reply to this email directly, view it on GitHub<#6201 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWHGEXZXFCBK5NT2GPC52FL2SCGUPAVCNFSM6AAAAABYCMI57OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJRGA4TINBUHE>.
You are receiving this because you were mentioned.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I have seen this on two different church servers. When the group 'RSR - Staff Workers' is used for the group. The job runs with success but doesn't give a message of the number of emails sent, doesn't send any emails. I was able to fix this by changing the security group. But when I look at the code on github there is a check to see that both a group and communication Guid are present, and if not, that part of the job doesn't run, but then the exception and message are both inside the if statement, so no exception is thrown.
My guess is there is something in the groups that is causing the issue, but have no way to know what the problem is.
Actual Behavior
The job doesn't run successfully but no exception is thrown.
Expected Behavior
Either an exception should be thrown or the job should run.
Steps to Reproduce
I checked this on the demo site and it runs successfully, but can reproduce on both The Compass Church and Community Christian's rock instance.
Issue Confirmation
Rock Version
15.8
Client Culture Setting
en-Us
The text was updated successfully, but these errors were encountered: