Connection refused Handling #2707
Unanswered
stevedivinep
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hell @stevedivinep, the Can you give the exception with the full backtrace, and maybe check the code that causes this error? You can test by setting an incorrect url in your configuration. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a project using Laravel 8 with jenssegers version 3.8. The project involves the use of both MySQL and MongoDB databases, with approximately 90% of the modules relying on MySQL and the remaining 10% on MongoDB. The issue I'm facing is that when the MongoDB server is down, it results in the entire application being inaccessible. I am seeking guidance on how to handle this situation. Ideally, I would like the application to gracefully continue functioning by utilizing the MySQL modules when the MongoDB server is unavailable. Any assistance or advice on implementing a robust solution to handle this scenario would be greatly appreciated. Thank you for your time and support.
Beta Was this translation helpful? Give feedback.
All reactions