-
Notifications
You must be signed in to change notification settings - Fork 243
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
[Mac] Delay between crc setup and actual daemon start #3148
Comments
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Apr 26, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
Well the issue was solved adding the check on the tray but the #2687 was not talking about the tray it said Now you are properly extended the check 👍 |
cfergeau
pushed a commit
to cfergeau/crc
that referenced
this issue
Apr 26, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Apr 26, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Apr 27, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
Apr 27, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
May 4, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
praveenkumar
added a commit
to praveenkumar/crc
that referenced
this issue
May 4, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: crc-org#3148
anjannath
pushed a commit
that referenced
this issue
May 4, 2022
This PR add time limit (15 sec) to make sure daemon able to serve the requests after it is start because sometimes just after start it takes time to serve. fixes: #3148
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using launchd we start
crc daemon
process as part of setup but there is bit delay around daemon process is actually running and serving to the requests so in scripted way user might face issues.At the end of setup we should have a check for daemon availability to fulfill the requests.
The text was updated successfully, but these errors were encountered: