issues Search Results · repo:codeinthehole/django-cacheback language:Python
Filter by
40 results
(60 ms)40 results
incodeinthehole/django-cacheback (press backspace or delete to remove)There is a repeated key() method int documentation found in
https://django-cacheback.readthedocs.io/en/latest/api.html#cacheback.base.Job
Should be a simple fix.
MrGeislinger
- Opened on Jan 21, 2022
- #97
It seems all the cacheback jobs are queued on the default rq queue. Can a feature be introduced where the queue can be
specified as such @cacheback(queue= high ) .
femiadebayo
- 1
- Opened on Nov 12, 2020
- #94
I think we should consider using black in this project to make it easier for new contributors to correctly style the
code/changes.
@codeinthehole Any opinions on this?
stephrdev
- 1
- Opened on Aug 31, 2020
- #91
The development and testing setup needs to be cleaned up. Updating all dependencies, solving issues with pytest =6.
stephrdev
- Opened on Aug 31, 2020
- #90
The heading for API base class repeated thrice.
https://django-cacheback.readthedocs.io/en/latest/api.html#cacheback.base.Job
pandafy
- 1
- Opened on Jul 14, 2020
- #89
At present using this inside a class based view:
@method_decorator(cacheback(lifetime=60))
def get_context_data(...):
...
Causes an error: AttributeError: functools.partial object has no attribute ...
benwhalley
- 2
- Opened on May 28, 2020
- #87
django-cacheback is currently unusable with Django 3.x as cacheback uses django.utils.six which no longer exists. Any
plans or ETA for a new release that supports this newer Django?
kennethlove
- 2
- Opened on Apr 13, 2020
- #84
Job.delete does
item = self.cache.get(key)
if item is not None:
self.cache.delete(key)
Why is this the expected behaviour? To me it seems like doing double work just to delete a key, we could just ...
mudetz
- 1
- Opened on Jan 2, 2020
- #83
I want to have the ability to schedule the cache updates tasks. For instance, as in the provided example, I want to
always have the most recent tweets for the specific user whithout initial timeouts to ...
slyapustin
- 2
- Opened on Feb 19, 2019
- #82
Just that, if you pass the cache_alias option to a FunctionJob (and hence the cacheback decorator), the resulting
function won t respect it. The reason why is because FunctionJob s super __init__ is called ...
Kobold
- 1
- Opened on Oct 2, 2018
- #80

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.