Skip to content

Commit 8a1ef16

Browse files
authored
Merge pull request #455 from maykinmedia/fix/no-cache-case-documents
Removed cache decorator from case information object call
2 parents 6dbe49d + 71a7fc7 commit 8a1ef16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/open_inwoner/openzaak/cases.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ def fetch_case_by_url_no_cache(case_url: str) -> Optional[Zaak]:
9393
return case
9494

9595

96-
@cache_result(
97-
"case_information_objects:{case_url}", timeout=settings.CACHE_ZGW_ZAKEN_TIMEOUT
98-
)
96+
# not cached for quicker uploaded document visibility
9997
def fetch_case_information_objects(case_url: str) -> List[ZaakInformatieObject]:
10098
client = build_client("zaak")
10199

0 commit comments

Comments
 (0)