Make MySql graceful when using gitpod/workspace-mysql on the first run #1
Labels
bug
Something isn't working
fixed
Bug has been fixed
gitpod-config
Related to gitpod configuration (bash scripts etc...)
Needs Official QA
Dev QA is not always enough, this could use extra eyes on it.
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
The MySql Daemon has a long initialization time and, that process is asynchronous and blocks whatever terminal it hijacks. This results in a two fold issue:
init
andcommand
tasks in.gitpod.yml
becomes inconsistant.mysqld
.*All of this can mostly be fixed by waiting for the MySql port (3306) to be open and notifying the user accordingly.
Fixes required:
.gitpod.yml
tasks to account formysqld
initialization throwing off the order of when tasks runThe text was updated successfully, but these errors were encountered: