Replace werkzeug SimpleCache by flask-caching #13
No reviewers
Labels
No labels
bug
Closed As
Duplicate
Closed As
Fixed
Closed As
Invalid
easyfix
enhancement
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
quality/testdays-web!13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "werkzeug_1_0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
IMO you should set cache type to simple, since the default is nullcache https://pythonhosted.org/Flask-Caching/#configuring-flask-caching https://pythonhosted.org/Flask-Caching/#nullcache
Also, the flask-caching Cache needs to be set with an app object (https://pythonhosted.org/Flask-Cache/#set-up) Looks to me like you either are running some weird code, that is not really flask-caching, or you forgot to try and run/test the code after you made the changes ;)
I just noticed the "not tested yet" comment. I'd appreciate if you used "WIP" or something like that right in the PR's title, next time, like you do in Oraculum, for example, so I don't need to get into the "how the hell can this work for him" rabbit hole :)
rebased onto
b837055c82I've fixed this mess, really sorry for not properly marking it as WIP.
It seems it works as it should now, data gets loaded from cache and there are no fires to put out.
👍 thanks! LGTM
Pull-Request has been merged by frantisekz