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 option to fail silently, even when the Flask app is in debug mode. #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nfvs
Copy link

@nfvs nfvs commented Sep 14, 2016

Right now when the app is in debug mode, backend exceptions get
re-raised; this change adds the possibility to override this by using
the setting CACHE_IGNORE_BACKEND_ERRORS. This defaults to the inverse of
app.debug, to maintain current functionality.

Right now when the app is in debug mode, backend exceptions get
re-raised; this change adds the possibility to override this by using
the setting CACHE_IGNORE_BACKEND_ERRORS. This defaults to the inverse of
app.debug, to maintain current functionality.
@nfvs nfvs force-pushed the fail_silently_on_error branch from a15230e to a2e3e05 Compare September 14, 2016 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant