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

CB-4090 fix: catch throttle errors #2651

Merged
merged 5 commits into from
May 24, 2024
Merged

Conversation

Wroud
Copy link
Member

@Wroud Wroud commented May 22, 2024

No description provided.

@Wroud Wroud self-assigned this May 22, 2024
@@ -77,13 +77,26 @@ export abstract class ResultSetDataSource<TOptions> extends DatabaseDataSource<T
return this.totalCountRequestTask;
}

async closeResults(results: IDatabaseResultSet[]): Promise<void> {
setResults(results: IDatabaseResultSet[]): this {
this.closeResults(this.results);
Copy link
Contributor

Choose a reason for hiding this comment

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

is this okay we are not await here? just making sure it is on purpose

@Wroud Wroud merged commit 674627e into devel May 24, 2024
4 checks passed
@Wroud Wroud deleted the fix/cb-4090/catch-throttle-errors branch May 24, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants