-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Blog: v14.0.0 release post #3129
Conversation
Hmm, 15minutes is longer than usual for the website to update - is it possible to check the state or force a redeploy? @nodejs/build maybe? |
Its up now, but IIRC, it used to be just minutes before deploying. It was long enough for the last sec announcement, that I just left and checked the next morning. I wonder if some of the caching changes recently made it slower? cc: @rvagg |
GitHub itself is having issues at the moment which could be a contributing factor. |
The tail from the webhook log (https://nodejs.org/github-webhook.log) seems to indicate it hasn't been triggered for/picked up the changes from this PR:
|
1 similar comment
The tail from the webhook log (https://nodejs.org/github-webhook.log) seems to indicate it hasn't been triggered for/picked up the changes from this PR:
|
If you have access to the box, you can try restarting the hook nodejs/build#2123 (comment) |
There is also #3018 if anyone is feeling ambitious |
We have extended the CDN purge from job so that could be a partial explanation for the slower deploy. I think you can expect up to 30 minutes now for cloudflare to refresh. |
Refs: nodejs/node#32181