-
Notifications
You must be signed in to change notification settings - Fork 925
[v3] WC-2965 Prevent selecting in-progress deployments when tailing #9685
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
Conversation
🦋 Changeset detectedLatest commit: 2b3bdaa The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
794d593
to
7089b6d
Compare
packages/wrangler/src/__tests__/pages/pages-deployment-tail.test.ts
Outdated
Show resolved
Hide resolved
packages/wrangler/src/__tests__/pages/pages-deployment-tail.test.ts
Outdated
Show resolved
Hide resolved
b907c15
to
af4eab7
Compare
@WillTaylorDev as discussed, please include @mlafeldt as co-author :) |
af4eab7
to
ecb3598
Compare
@WillTaylorDev this PR looks to be superseded by #9684? if so, can we close this one? |
i think this is the v3 backport - i'll update the title to reflect |
If not provided with a deployment to tail, Wrangler will try to pull the list of deployments and select the most recently created one. However, we do not check whether this deployment has finished. This is causing intermittent errors for users. Co-authored-by: Mathias Lafeldt <[email protected]>
ecb3598
to
2b3bdaa
Compare
If not provided with a deployment to tail, Wrangler will try to pull the list of deployments and select the most recently created one. However, we do not check whether this deployment has finished. This is causing intermittent errors for users.
Backport for #9684