-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
[16.0] [ADD] queue_job_web_notify: send web notifications from queue jobs #628
[16.0] [ADD] queue_job_web_notify: send web notifications from queue jobs #628
Conversation
This module extends the mail notification feature of Queue Job. It adds the possibility to enable the web notification of failed jobs. When enabled, the user will be notified by a web notification. The web notification is a pop-up message that appears in the user's browser.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM: code review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
It looks like something changed on |
Congratulations, your PR was merged at fd49d74. Thanks a lot for contributing to OCA. ❤️ |
This module extends the mail notification feature of Queue Job.
It adds the possibility to enable the web notification of failed jobs.
When enabled, the user will be notified by a web notification. The web notification is a pop-up message that appears in the user's browser.
Migration of #627