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

Misleading warnings/errors from quick start script #2118

Closed
jc-harrison opened this issue Mar 12, 2020 · 1 comment · Fixed by #4449
Closed

Misleading warnings/errors from quick start script #2118

jc-harrison opened this issue Mar 12, 2020 · 1 comment · Fixed by #4449

Comments

@jc-harrison
Copy link
Member

The output from the quick start script can be misleading, suggesting problems when actually there are none.

Firstly, the synthetic data generation sometimes takes a little longer than 4 minutes, so the quick start script reports that flowdb failed to start when in fact there is no problem. We should increase the timeout sufficiently to avoid this.

Also, docker-compose warns that AUTOFLOW_DB_PASSWORD and FLOWAPI_TOKEN are not set. These are required for the autoflow container, but not for the containers started by the quick start script.

@greenape
Copy link
Member

First is now fixed, for the second we can either: set the env vars to safe garbage ones, or (probably better) remove autoflow from the base compose file and put it in docker-compose.autoflow.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants