Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: propagation watch and debug header #1061

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

jotanarciso
Copy link
Collaborator

@jotanarciso jotanarciso commented Jan 21, 2025

This PR introduces two things:

1 - An automatic header in the response phase, including a deployment ID; this helps debug projects that use caching in some way.
image

2 - A pooling observing the propagation of the first deploy (status != 404). It displays a message showing the edges while the project has not yet propagated.

watch.mp4

One detail: we do not use the prefix as deploy-version, because it refers to the storage. In the future, a user may want to make a change in computable code, but use a different version of the same storage. Perhaps, in the future it will be necessary to change the prefix to storage-version or something like that.

@jotanarciso jotanarciso requested a review from a team as a code owner January 21, 2025 17:31
Copy link
Contributor

@maxwelbm maxwelbm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants