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
If the backing docker image changes, it's never updated since we use pull=absent.
To make sure we use the most up to date image, we should always have the backend pull once, probably on page load, and then only pull if it's absent until the page is reloaded again.
The text was updated successfully, but these errors were encountered:
Rethinking this, this will cause initial page loads to be slower, and this is generally when we want things to be faster. When it refreshes every 30 mins we probably don't care that it takes a little longer.
Perhaps we should do an absent pull on initial page load, and then refreshes will do an always.
If the backing docker image changes, it's never updated since we use
pull=absent
.To make sure we use the most up to date image, we should always have the backend pull once, probably on page load, and then only pull if it's absent until the page is reloaded again.
The text was updated successfully, but these errors were encountered: