-
Notifications
You must be signed in to change notification settings - Fork 78
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
DeployingSettingsTimeout during "sfdx force:org:create" #1817
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
@rhobkirkffdc I will look into this, but one question. Have you tried the new command to create a scratch org, |
This issue has been linked to a new work item: W-12103876 |
Thanks for the reply @peternhale I've not tried that command yet to be honest. Couple of questions about it;
|
@rhobkirkffdc sf and sfdx are complimentary. The command I mention is stable, however it is using the same library as org:create under the covers, so not sure it will solve this issue, hence the bug tag. |
Summary
We've recently migrated to SFDX CLI
7.174.0
and have been intermittently seeing the following error during Scratch Org creationDeployingSettingsTimeout: The client has timed out
. This timeout of 10 mins seems to be seperate to the "wait" timeout on thecreate
command. More info underAdditional Information
below.Unfortunately this is very intermittent, hence the lack of repro steps.
Expected result
Timeout should not occur during Scratch Org creation.
Actual result
Intermittent timeout occurs during
sfdx force:org:create -w 300 ...
with the errorDeployingSettingsTimeout: The client has timed out
.System Information
Additional information
This is the error that we see intermittently when running
sfdx force:org:create
:This is not a consistent issue, so I can't really provide steps to reproduce, however on investigating a little further it appears that this timeout is to blame.
Would it be possible for this timeout to be controlled via an environment variable instead, or increased to say 20 mins?
For example the core package linked to above could do something like:
Thanks!
The text was updated successfully, but these errors were encountered: