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

Services do not always start when the Docker Image starts up #13

Open
EJOOSTEROP opened this issue Apr 18, 2023 · 1 comment
Open

Services do not always start when the Docker Image starts up #13

EJOOSTEROP opened this issue Apr 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@EJOOSTEROP
Copy link
Owner

EJOOSTEROP commented Apr 18, 2023

When starting the image, sometimes services do not start.

This seems to apply - sporadically - to both Airflow and Superset. Either the webserver and/or the Airflow scheduler.

Work around is to run one or more of the commands from startup.sh manually in the image's terminal. Specifically:

meltano invoke airflow scheduler &
meltano invoke airflow webserver &
meltano invoke superset:ui &

Restarting the image usually does not address the issue.

@EJOOSTEROP EJOOSTEROP added the bug Something isn't working label Apr 18, 2023
@EJOOSTEROP
Copy link
Owner Author

I am not currently aware how to solve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant