apache / incubator-kie-issues

Apache License 2.0
12 stars 1 forks source link

Implement a caching strategy on KIE Sandbox container image #396

Open thiagoelg opened 1 year ago

thiagoelg commented 1 year ago

When updating KIE Sandbox versions users might still see the old version cached by their browsers.

In this task, we should study possible methods to avoid these situations on both the live version (sandbox.kie-org) and the containerized version (via kie-sandbox-image), and implement the best one.

It's important to note that cached files shouldn't be invalidated if there are no changes.

Good reference materials:

porcelli commented 1 year ago

maybe ETag helps here