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
Our reason for this is for when we deploy a new version, and there are users already on some pages. If we don’t have a cache of timezone database, the for a few seconds we don’t have any timezone information and pages will just crash and restart until database is downloaded (LiveView pages).
This will help us do it during the build, and update it in runtime if necessary.
I don’t recall what we did, and we moved away from LV anyway (for other reasons) so I can’t check it out. Maybe it was some misconfiguration from us, I’m not sure what caused it.
Would it be possible to somehow prefetch the fresh tz release during app release assembly?
Maybe some kind of mix task (
mix tzdata.download
) that would override the version bundled with tzdata package?The main reason for this is to minimise the possibility of new release starting with old tzdata.
The text was updated successfully, but these errors were encountered: