cashapp / zipline

Run Kotlin/JS libraries in Kotlin/JVM and Kotlin/Native programs
Apache License 2.0
2.08k stars 159 forks source link

Support stale-while-revalidate in FreshnessChecker #1400

Closed swankjesse closed 2 months ago

swankjesse commented 4 months ago

We should support a policy where ZiplineLoader loads potentially-stale local code while downloading fresh code. This mechanism should be integrated into FreshnessChecker, which could determine if the potentially-stale code is fresh enough to launch.

JakeWharton commented 4 months ago

Dupe of #1258?