Jacob Cable
Jacob Cable
I can confirm this is an issue/edge case with the translation API, which is out of scope for us to fix in the extension. We could potentially add a workaround...
CI is failing as it relied on lerna. need to switch to pnpm scripts.
CI for testing also needs to use npm probably or something? pnpm doesn't create node_modules where we need it for extensions
Hi, thanks for raising this. I'm looking into it. It may an intermittent error on the BQ side, which would be difficult to resolve from extensions. I'll keep you updated...
So the log is occurring [here](https://github.com/firebase/extensions/blob/2514cfa1e9ee6d4f6235b4df9d43809503658691/firestore-bigquery-export/functions/src/index.ts#L145) When a cloud task fails to enqueue, the function makes this log. Then if more than 10 seconds have passed since the original firestore...
Yeah the code comment about payload size isn't relevant here, but is another existing issue with this extension for some users with large payload sizes. The relevant link in the...
thanks for bringing that up @Nushio I think same might happen even if they're not paused as well, if the queues are backed up enough. I'll open a new issue...
Hi @boywijnmaalen Just looking to get prioritisation on this, which we may now have
The issue with my fix idea is that it's not really going to fix it - it will reduce the frequency of this error but we're still going to get...
Out of interest @boywijnmaalen do you have EventArc events enabled for the extension? Trying to rule things out