-
Notifications
You must be signed in to change notification settings - Fork 27
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
Email notification about upcoming maintenance #25
Comments
Hi @Yves911. So I can confirm the system currently does send emails notifying about upcoming maintenance and if your other emails are working I would suggest the issue probably lies in one of the following: Currently the notification system for maintenance is rather basic and so it only notifies people who are globally subscribed #26. It also won't send out emails during another maintenance windows #11 I'll double check the code to check I'm not missing any other situations where it doesn't send them. Let me know if neither of the above is the issue and we'll look into it further. |
@Yves911 did you make any progress looking into this? |
Hi @sedan07 i made few additional tests with no luck : no emails for upcoming maintenance. |
Hi @Yves911 , what do you have configured in your .env file for the QUEUE_DRIVER? |
@qwertiko QUEUE_DRIVER=database |
is the queue listener running alternatively you can check your database for entries in the jobs table as well as the failed_jobs table? |
@qwertiko you were right listener wasn't running : |
Hello, I would like to know more about maintenance notifications, when I use php artisan queue:listen some of the requests run other do nothing. |
@MathisG-Recia
perhaps the |
This is my configuration: |
Hello,
Currently it seems that the system is not able to send emails about upcoming maintenance.
I have double checked the checkbox to notify users is checked at the new maintenance creation form.
Other emails notifications are working fine.
Cheers
Yves
The text was updated successfully, but these errors were encountered: