This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Console.log slow query warning #424
Comments
This was referenced May 23, 2021
Documenting here that we can probably have some batching mechanism to periodically insert batches into the DB at once. I think this was mentioned elsewhere too |
Closed
Possibly related to (new) issues with Bigquery plugin as well: PostHog/bigquery-plugin#9 Edit: it's not related at all. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When developing locally (with postgres), I see stuff like this in the logs way too often:
The unhandled promise error is from here, and the "retrying job!" message was logged from within a simple plugin:
I think it got worse with plugin jobs, but that might be a red herring. Possibly with just plugin logs? The
console.log
line in the plugins is notawait
-ed obviously, so perhaps that has something to do with it?This happens often enough, but is hard to replicate reliably. Anyone have any ideas?
The text was updated successfully, but these errors were encountered: