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

waitUntilLoadBalancersDeleted never resolves #6318

Closed
3 tasks done
anhnh131 opened this issue Jul 27, 2024 · 2 comments
Closed
3 tasks done

waitUntilLoadBalancersDeleted never resolves #6318

anhnh131 opened this issue Jul 27, 2024 · 2 comments
Assignees
Labels
bug This issue is a bug. closed-for-staleness p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@anhnh131
Copy link

anhnh131 commented Jul 27, 2024

Checkboxes for prior research

Describe the bug

The waiter, waitUntilLoadBalancersDeleted, returns a promise that never resolves.
The same issue: aws/aws-sdk#639 (comment)

SDK version number

"@aws-sdk/client-elastic-load-balancing-v2": "^3.620.0",

Which JavaScript Runtime is this issue in?

Node.js

Details of the browser/Node.js/ReactNative version

Node v20.11.0

Reproduction Steps

import {
  ElasticLoadBalancingV2Client,
  waitUntilLoadBalancersDeleted,
} from "@aws-sdk/client-elastic-load-balancing-v2";

await waitUntilLoadBalancersDeleted(
  {
    client: new ElasticLoadBalancingV2Client({}),
  },
  { Names: ["some-fake-name"] }
);

Observed Behavior

The promise from the waiter never resolves.

Expected Behavior

The promise should resolve immediately for non-existent load balancers.

Possible Solution

No response

Additional Information/Context

No response

@anhnh131 anhnh131 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jul 27, 2024
@aBurmeseDev aBurmeseDev self-assigned this Jul 30, 2024
@aBurmeseDev
Copy link
Member

Hi @anhnh131 - thanks for reaching out.

The waiters are managed by the service team. As mentioned, there's an existing issue requesting updates, which I've highlighted to them again. Unfortunately, I don't have any new updates to share at the moment. Since the SDK team can't directly address this, I'll close this issue for now.

However, please keep an eye on the original issue for any progress from the service team.

@aBurmeseDev aBurmeseDev added service-api This issue is due to a problem in a service API, not the SDK implementation. p3 This is a minor priority issue closing-soon This issue will automatically close in 4 days unless further comments are made. and removed needs-triage This issue or PR still needs to be triaged. labels Jul 30, 2024
@github-actions github-actions bot added closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Aug 6, 2024
@github-actions github-actions bot closed this as completed Aug 6, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue is a bug. closed-for-staleness p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

2 participants