Skip to content

feat(cli): dispatch jobs asynchronously and push results/logs to the caller [PC-4873] - #1835

Draft
robert-ursu wants to merge 2 commits into
mainfrom
feat/async-job-dispatch-and-result-push
Draft

feat(cli): dispatch jobs asynchronously and push results/logs to the caller [PC-4873]#1835
robert-ursu wants to merge 2 commits into
mainfrom
feat/async-job-dispatch-and-result-push

fix(cli): type the job reporter as a protocol so the suite type-checks

e509941
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Aug 19, 2026 in 2s

1 new alert including 1 low severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 low

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 118 in packages/uipath/src/uipath/_cli/_server_jobs.py

See this annotation in the file changed.

Code scanning / SonarCloud

Clear-text protocols should not be used Low

Using HTTP protocol is insecure. Use HTTPS instead. See more on SonarQube Cloud