Added email notification upon iMIP message processing failure#12432
Added email notification upon iMIP message processing failure#12432Juniar-Rakhman wants to merge 3 commits intonextcloud:mainfrom
Conversation
|
That was my initial thoughts too. But not all of our users use nextcloud web. |
|
Thank you for the pull request @Juniar-Rakhman! Informing the user makes sense. I would just request that this should happen as a Nextcloud notification with user settings. Default should be to receive a notification and no email. https://docs.nextcloud.com/server/latest/developer_manual/digging_deeper/notifications.html |
|
@ChristophWurst Thank you for the feedback. I’ll switch this to a Nextcloud notification with user settings, defaulting to in-app notifications (no email). I will update the PR accordingly. |
|
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |


This is a follow up changes to a patch done for:
#10811
The patch to address above issue fixes the processing flow of iMip message processing. When a failure occurs, the batch job logs the error and continues processing the next iMIP message instead of failing the entire job.
Issue:
Although the patch resolves the processing problem, failures occur silently from the user’s perspective. The user is not informed when an iMIP message fails to process and therefore cannot take corrective action.
Solution:
Created an email notification upon iMIP messaging failure that will be sent to message owner (account's email).
Added the following changes: