Skip to content

ISR shared between deployments #3356

Closed Locked Answered by leerob
andrewdoro asked this question in Feature Question
Discussion options

You must be logged in to vote

Instant Rollbacks: ISR allows you to roll back instantly and not lose your previously generated pages by persisting them between deployments

If you have a production deployment where X pages are generated and cached, then a new deployment Y where other pages are generated and cached, the values are keyed based on the deployment. When you do a rollback, you are now "pointing back" to deployment X, thus you can read the pages you've already generated again which needing to re-run getStaticProps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrewdoro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ISR Incremental Static Regeneration
2 participants