You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an API using Vulcan with caching enabled, and the data source is Canner. However, I noticed that when Vulcan updates the cache, the data retrieved is not the latest. On examining the source code, I found that Vulcan uses temporary storage when updating and fetching data from Canner, resulting in non-up-to-date results.
What's the correct behavior?
The result shoud be a up-to-date result
Reproducing steps
The text was updated successfully, but these errors were encountered:
Environment
Version:
OS: macOS, windows 11 ...
What's wrong?
I created an API using Vulcan with caching enabled, and the data source is Canner. However, I noticed that when Vulcan updates the cache, the data retrieved is not the latest. On examining the source code, I found that Vulcan uses temporary storage when updating and fetching data from Canner, resulting in non-up-to-date results.
What's the correct behavior?
The result shoud be a up-to-date result
Reproducing steps
The text was updated successfully, but these errors were encountered: