Needs review
Project:
API Proxy
Version:
2.0.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jan 2023 at 04:10 UTC
Updated:
1 Feb 2023 at 15:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
queenvictoria commentedComment #3
fran seva commentedHi - we had the same issue and the problem seems to be the ttl is not being set correctly to cache max age.
Comment #4
arakwarI have tested the patch and it does not seems to work, information stays in Drupal cache even if the cache should have expired.
We want a low cache time for this request, about 15 seconds, while the rest of the website have a 1 year cache time. But even after a couple of minutes poking our api proxy endpoint return the cached answer.
I do suspect that caching have evolved in Drupal and Symfony over the last 3 years so there's maybe an update to do on the cache for this module.