-
Notifications
You must be signed in to change notification settings - Fork 0
Demos 1171 UI path #541
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
base: main
Are you sure you want to change the base?
Demos 1171 UI path #541
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Pulled the request obj to a document understanding post. Just wanted to centralize as much as we could
Alos some correction to env values
| let delayMs = 5_000; // start at 5s to reduce polling cost | ||
| const maxDelayMs = 30_000; // cap backoff at 30s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think UIPath charges for the fetch of the status, so this might not be saving any money. It will also increase the average polling overhead from 500ms to between 2.5 seconds to 15 seconds.
Expansion of @james-becwar-cms code
Got this down to 3 checkins.