You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a script that is calling recursiveDelete() is getting the following error
Stack: Error: Request time should not be before the last token refill time.
at RateLimiter.refillTokens (node_modules/@google-cloud/firestore/build/src/rate-limiter.js:117:19)
at RateLimiter.tryMakeRequest (node_modules/@google-cloud/firestore/build/src/rate-limiter.js:67:14)
at BulkWriter._sendBatch (node_modules/@google-cloud/firestore/build/src/bulk-writer.js:753:50)
at /node_modules/@google-cloud/firestore/build/src/bulk-writer.js:742:50
at runNextTicks (node:internal/process/task_queues:60:5)
at process.processImmediate (node:internal/timers:454:9)
[REQUIRED] Step 3: Describe the problem
a script that is calling recursiveDelete() is getting the following error
Stack: Error: Request time should not be before the last token refill time.
at RateLimiter.refillTokens (node_modules/@google-cloud/firestore/build/src/rate-limiter.js:117:19)
at RateLimiter.tryMakeRequest (node_modules/@google-cloud/firestore/build/src/rate-limiter.js:67:14)
at BulkWriter._sendBatch (node_modules/@google-cloud/firestore/build/src/bulk-writer.js:753:50)
at /node_modules/@google-cloud/firestore/build/src/bulk-writer.js:742:50
at runNextTicks (node:internal/process/task_queues:60:5)
at process.processImmediate (node:internal/timers:454:9)