Skip to content
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

Add a check that checks if redis is available on server start up #474

Open
dakaza98 opened this issue May 3, 2023 · 0 comments
Open

Add a check that checks if redis is available on server start up #474

dakaza98 opened this issue May 3, 2023 · 0 comments
Labels
python Pull requests that update Python code Suggestion

Comments

@dakaza98
Copy link
Member

dakaza98 commented May 3, 2023

If you have forgotten to turn on redis when starting the development server, you don't get an error until you attempt to make an update on an order in ordsys. It would be a great improvement if there was a check in place that checks if redis is available when you start the server. It seems more reasonable that it would report that type of error on startup rather than on an incoming request.

@dakaza98 dakaza98 added python Pull requests that update Python code Suggestion labels May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code Suggestion
Projects
None yet
Development

No branches or pull requests

1 participant