Skip to content
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

fix(execute-service): fix 60s hang on apex:execute command #196

Merged

Conversation

MuriloKakazu
Copy link
Contributor

@MuriloKakazu MuriloKakazu commented May 26, 2021

What does this PR do?

fix an issue in which the command would hang for around 60s even after the apex code was already compiled and executed

What issues does this PR fix or reference?

fixes one of the issues mentioned in forcedotcom/cli#908

Functionality Before

When executing sfdx force:apex:execute with user input, the command would hang for around 60s even though the apex code was compiled, executed and its result presented in stdout

Functionality After

command does not hang anymore

 fix an issue in which the command would hang for around 60s even after the apex code was already
compiled and executed

forcedotcom/cli#908
@MuriloKakazu MuriloKakazu requested a review from a team as a code owner May 26, 2021 03:06
@MuriloKakazu MuriloKakazu requested a review from maxcamp May 26, 2021 03:06
@MuriloKakazu MuriloKakazu changed the title fix(execute-service): fix huge delay after command execution fix(execute-service): fix 60s hang on apex:execute command May 26, 2021
@AnanyaJha
Copy link
Contributor

@MuriloKakazu thanks for your contribution, this is awesome! We've merged the change and it will be released sometime next week.

@AnanyaJha AnanyaJha merged commit 196f6f5 into forcedotcom:develop May 27, 2021
@MuriloKakazu MuriloKakazu deleted the fix-execute-service-delay branch January 12, 2022 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants