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

#RI-5619 - add action result requests #3409

Conversation

AmirAllayarovSofteq
Copy link
Contributor

No description provided.

throw new RdiPipelineTimeoutException();
}

await new Promise((resolve) => setTimeout(resolve, POLLING_INTERVAL));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it better to sleep after action rather then before? what if everything was processed and ready in ms?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If everything will proceed in ms it will still work. BTW i agree that better to sleep after(requests will be proceeded really quickly)
Thanks

@AmirAllayarovSofteq AmirAllayarovSofteq merged commit 3381957 into fe/feature/RI-5619_update_test_connections May 27, 2024
7 checks passed
@AmirAllayarovSofteq AmirAllayarovSofteq deleted the be/feature/RI-5619_update_test_connections branch May 29, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants