8000 pgedge installation with slowdisk issue by asifnaeem · Pull Request #335 · pgEdge/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pgedge installation with slowdisk issue #335

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

asifnaeem
Copy link
Contributor

It is observed that installation on AWS fail with slow disk via CLI. It seems
to be a bug that caused the issue. Replacing subprocess.Popen with
subprocess.run as it is asynchronous in nature and do not wait for the
process to finish. Also added more timeout value for pg_ctl command as it's
default wait time is 60 seconds only (Jira CUS-30)

…It seems

to be a bug that caused the issue. Replacing `subprocess.Popen` with
`subprocess.run` as it is asynchronous in nature and do not wait for the
process to finish. Also added more timeout value for `pg_ctl` command as it's
default wait time is 60 seconds only (Jira CUS-30)
@asifnaeem asifnaeem changed the title It is observed that installation on AWS fail with slow disk via CLI. … pgedge installation with slowdisk issue Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0