-
Notifications
You must be signed in to change notification settings - Fork 675
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
Schema diff - Timeout error is not handled when pgAdmin4 is hosted on Apache/Httpd (RM #7104) #4841
Comments
Image migrated from Redmine: https://redmine.postgresql.org/attachments/download/6555 Filename: Screenshot_2022-01-07_at_11.59.51_AM.png |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-2 If we can use utilize https://docs.python.org/3/library/asyncio.html for comparing objects logic, i think comparison would be faster. |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-3 pgAdmin supports Python 3.6+ and asyncio is available from 3.7. |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-4 Redmine ticket header update:
|
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-5 Hello Aditya, The |
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-6 Redmine ticket header update:
|
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-7 Redmine ticket header update:
|
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-8 Redmine ticket header update:
|
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-9 Redmine ticket header update:
|
Comment migrated from Redmine: https://redmine.postgresql.org/issues/7104#note-10 Redmine ticket header update:
|
This can be handled with SocketIO lib which pgAdmin is already using in psql and in ERD to fetch database tables data. |
Tested on candidate build for v6.16. |
Issue migrated from Redmine: https://redmine.postgresql.org/issues/7104
Originally created by Murtuza Zabuawala at 2022-01-07 06:32:35 UTC.
Newer version of httpd on CentOS/Redhat has very low TimeOut value by default - 60 sec
So if schema diff takes longer than that it throws blank error popup.
Refer attached screenshot.
Expected - Display proper error instead of blank popup.
The text was updated successfully, but these errors were encountered: