-
Notifications
You must be signed in to change notification settings - Fork 450
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
undefined method `/' for nil:NilClass #394
Comments
Hey @Erowlin, it looks like SELECT COUNT(*) FROM pg_stat_activity
WHERE COALESCE(query_start, xact_start) IS NULL AND state <> 'idle' AND datname = current_database(); |
PostgreSQL 12.7
3 |
It'd be good to look at those rows to see if you notice a pattern/difference from other rows in |
AFAIK we run a regular Postgres ! |
If you're able to learn anything about the queries, let me know. |
Cleaning up issues |
Hello, I was investigating this issue which is still happening on our end (I work with @thromera). It seems that the queries causing issues have Let me know if you'd like any more information |
Hey @tdeo, thanks for the additional info. Just pushed a fix, but am still a bit confused about why this doesn't seem to be affecting other users. |
Thanks for the fix! |
Hi, thanks for the gem!
There is an issue with the live queries feature on our hand.
PGHero: 2.8.1
Here is the backtrace:
Error: ActionView::Template::Error
URL: pghero/primary/live_queries
Let me know if you need any additional information.
Thank you !
The text was updated successfully, but these errors were encountered: