Queue implementation
Qodana for PHP
1 new problem were found
| Inspection name | Severity | Problems |
|---|---|---|
Redundant catch clause |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report
Detected 123 dependencies
Third-party software list
This page lists the third-party software dependencies used in project
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
@arhimede We sure we want this in Core? Or even implemented and ready-to-use in our projects? With this we force devs to use Queue even for tiny tasks of sending an email. To me adding this complexity is similiar to moving Core to a separate repo and using it as a submodule (which we concurred that is probably too much) because it requires devs to set up another project they might not need in the first place.
Yeah, i know I imagined that is easier then that, to have it as an example. Maybe this integration is too much in admin, maybe can be done somehow procedural ?
Maybe a simple tutorial how to send emails through QUEUE instead of the Mail class ( smtp or sendmail )
here: https://github.com/dotkernel/admin/blob/494d105300f211e3aee9032598ccb83a9663286d/src/User/src/Handler/PostUserCreateHandler.php#L78C1-L78C71