We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting up the SKF stack with docker-compose I noticed the following logging:
docker-compose
skf-api_container | + /home/user_api/.local/bin/flask initdb skf-api_container | 2023-07-11 06:45:47,750 - skf.db_tools - INFO - Initializing the database skf-api_container | 2023-07-11 06:45:48,321 - skf.db_tools - INFO - Initialized the prerequisits. skf-api_container | 2023-07-11 06:45:49,564 - skf.db_tools - INFO - Initialized the markdown code-examples. skf-api_container | 2023-07-11 06:45:49,600 - skf.db_tools - INFO - Initialized the markdown testing-examples. skf-api_container | 2023-07-11 06:45:54,092 - skf.db_tools - INFO - Initialized the markdown knowledge-base. skf-api_container | Initialized the initial data. skf-api_container | 2023-07-11 06:46:00,382 - user_api.skf.app - INFO - Created the database. skf-mysql_container | 2023-07-11 6:46:00 8 [Warning] Aborted connection 8 to db: 'skf' user: 'root' host: '172.27.4.6' (Got an error reading communication packets) skf-api_container | + /home/user_api/.local/bin/gunicorn --bind 0.0.0.0:8888 --workers=6 --threads=3 wsgi:app skf-api_container | [2023-07-11 06:46:00 +0000] [38] [INFO] Starting gunicorn 20.0.4 skf-api_container | [2023-07-11 06:46:00 +0000] [38] [INFO] Listening at: http://0.0.0.0:8888 (38) skf-api_container | [2023-07-11 06:46:00 +0000] [38] [INFO] Using worker: threads skf-api_container | [2023-07-11 06:46:00 +0000] [41] [INFO] Booting worker with pid: 41 skf-api_container | [2023-07-11 06:46:01 +0000] [42] [INFO] Booting worker with pid: 42 skf-api_container | [2023-07-11 06:46:01 +0000] [43] [INFO] Booting worker with pid: 43 skf-api_container | [2023-07-11 06:46:01 +0000] [44] [INFO] Booting worker with pid: 44 skf-api_container | [2023-07-11 06:46:01 +0000] [45] [INFO] Booting worker with pid: 45 skf-api_container | [2023-07-11 06:46:01 +0000] [46] [INFO] Booting worker with pid: 46
During the run of /home/user_api/.local/bin/flask initdb, something happens which causes the MySQL connection to die.
/home/user_api/.local/bin/flask initdb
I cannot be sure if this is undesired behavior or not.
The text was updated successfully, but these errors were encountered:
This issue persists in version 4.1.0 of the API container.
Sorry, something went wrong.
No branches or pull requests
When starting up the SKF stack with
docker-compose
I noticed the following logging:During the run of
/home/user_api/.local/bin/flask initdb
, something happens which causes the MySQL connection to die.I cannot be sure if this is undesired behavior or not.
The text was updated successfully, but these errors were encountered: