flask-cache icon indicating copy to clipboard operation
flask-cache copied to clipboard

Add option to fail silently, even when the Flask app is in debug mode.

Open nfvs opened this issue 7 years ago • 0 comments

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 avatar Sep 14 '16 16:09 nfvs