Skip to content

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