Skip to content

ERR_INSUFFICIENT_RESOURCES Error #8253

@KKimj

Description

@KKimj

Operating System

MacOS 14.4.1

Browser Version

124.0.6367.208 (Official Build) (x86_64)

Firebase SDK Version

10.11.1

Firebase SDK Product:

Firestore

Describe your project's tooling

I'm using Firestore version 10.11.1 with Flutter.

I'm using Firestore divided into 8 collection shards.

I implemented it to obtain count() through whereQuery and AggregationQuery for each collection.

Describe the problem

At the same time, I make multiple asynchronous calls, so "not always" but "intermittently about 1 out of 5 times" ERR_INSUFFICIENT_RESOURCES occurs.

Even if it occurs, it automatically recovers within 10-30 seconds.

Steps and code to reproduce issue

Screenshot 2024-05-18 at 17 25 27

Help

Is it Bad practices to call AggregationQuery at the same time?
Or is there a limit or restriction on the number of calls that can be made at the same time?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions