Skip to content
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

Hanging when running PostgreSQL #2

Open
ProchaLu opened this issue Mar 5, 2025 · 0 comments
Open

Hanging when running PostgreSQL #2

ProchaLu opened this issue Mar 5, 2025 · 0 comments

Comments

@ProchaLu
Copy link
Owner

ProchaLu commented Mar 5, 2025

We've been investigating an issue where Execa does not return control to the parent process after launching a PostgreSQL setup script. The child process starts PostgreSQL successfully, and logs confirm that the database is running, but Execa remains blocked instead of completing execution.

To reproduce the issue, we created a minimal Docker setup where this happens consistently. The setup consists of a Node.js script (parent process) that spawns a Bash script (child process) responsible for initializing and starting PostgreSQL. The expectation is that Execa should return after PostgreSQL starts, but instead, it never does.

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

No branches or pull requests

1 participant