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

[c3] can't ctrl-c out of waiting for new zone propagation #8187

Open
lrapoport-cf opened this issue Feb 19, 2025 · 1 comment
Open

[c3] can't ctrl-c out of waiting for new zone propagation #8187

lrapoport-cf opened this issue Feb 19, 2025 · 1 comment
Assignees
Labels
bug Something that isn't working c3 Relating to C3 (create-cloudflare) package caretaking Priority for caretaking

Comments

@lrapoport-cf
Copy link
Contributor

see https://x.com/theo/status/1890634143085605199

@lrapoport-cf lrapoport-cf added bug Something that isn't working c3 Relating to C3 (create-cloudflare) package caretaking Priority for caretaking labels Feb 19, 2025
@github-project-automation github-project-automation bot moved this to Untriaged in workers-sdk Feb 19, 2025
@CarmenPopoviciu CarmenPopoviciu self-assigned this Feb 20, 2025
@CarmenPopoviciu
Copy link
Contributor

I have been trying to reproduce the behaviour via npm run create cloudflare@latest, with using both the Hello World Worker and Next.js starter templates. I am seeing the following:

  • for the Hello World Worker starter template, the DNS propagation takes on average a bit over 10s (11s in this particular screenshot, though I was not able to capture it more accurately)
Image
  • for the Next.js starter template the DNS propagation times average at > 200s (we time out at 300s). This gets rather confusing for users I would imagine, since I'm not sure if they know what sort of propagation times to expect. This is something we can very easily action on by changing the copy to inform users that propagation times might take up to 2mins
Image
  • in terms of exiting this process, I have tried to ctrl+C at various points in time while waiting for DNS to propagate and for both starter projects I am experiencing the same: first ctrl+C does register the key press (^C in stdout) but does not exit the process (this is a bug and should be fixed), second ctrl+C does register the key press and does exit the process. I am seeing this behaviour consistently, over the > 10 projects I have tested with, and did not have to, at any point during my testing, have to manually kill the process
Image

To tldr there are 2 concrete things I can action on here based on my findings:

  1. make the copy adjustment to inform users about DNS propagation times being abt 2 mins
  2. figure out why first ctrl+C does not exit the process and fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working c3 Relating to C3 (create-cloudflare) package caretaking Priority for caretaking
Projects
Status: Untriaged
Development

No branches or pull requests

2 participants