-
Notifications
You must be signed in to change notification settings - Fork 407
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
Timeout or long time for retrieve and diff functions #5654
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. |
I, too, suddenly had a seemingly related issue today when attempting to retrieve a Custom Metadata Type that was newly created via UI in a sandbox and which did not yet exist in my local project. Issue DetailsInitialCommand
Output while running
NOTE: Spinner between "request..." and "Pending" was spinning the entire time ResultAfter an estimated 60-90 seconds, pressed Output after abort:
Notes
System infoSalesforce Extension Version in VS Code: 61.1.2 (updated yesterday, 20 June 2024) Next Step
Next Step
|
Hi @SarveshZap, Can we get some info about your org shape? For example, number of Apex classes, number of LWC components, number of custom objects, etc. Can we also get the org id of your sandbox and the org id of the production org that created the sandbox? |
@RCMoonpie looks like you are running retrieve with cli command and not with VS Code extension. If the issue is with cli, please report it on https://github.com/forcedotcom/cli |
This issue has not received a response in 3 days. It will auto-close in 2 days unless a response is posted. |
Hello @daphne-sfdc, I am not sure if I can give you org id of sandboxes. Though the org has many components including number of custom objects, apex classes and LWC. The applications is customized on higher side. It used to take few seconds without single occurrence of delay before last two weeks. We tried to reach out salesforce support and got this article in response which has no ETA or workaround :( |
Hello @SarveshZap, In order to investigate the logs for your issue on our systems, we need the org id of your sandbox. If you would prefer not to send us the org id on a public forum, please email it to us at [email protected]. |
@daphne-sfdc Thanks for sharing email id, but it seems this email id is invalid: [email protected] |
@SarveshSprk Sorry for the typo - it's [email protected]. |
@daphne-sfdc Sent an email to that address few mins ago. Kindly check. |
@SarveshSprk Yes I received the email. Thank you. |
@daphne-sfdc Just wanted to check-in if there is any diagnosis / update on this issue with continuing conversation. Thanks. |
This issue has been linked to a new work item: W-16198550 |
Closing this issue as the delay is on the server side. |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
Summary
VSCode retrieve or diff time varies a lot and mostly on the longer side even leading to timeout in Sandbox.
Steps To Reproduce:
Expected result
Retrieve or Diff function to execute within few seconds.
Actual result
Most of the time it time outs, and sometimes it takes 6-7 mins.
Salesforce Extension Version in VS Code: 61.1.2
Salesforce CLI Version: 2.45.6
OS and version: Windows 11 Enterprise 64 bit 10.0.22621
VS Code version: 1.90.2
Most recent version of the extensions where this was working: Not sure, the issue is happening from two weeks.
The text was updated successfully, but these errors were encountered: