-
Notifications
You must be signed in to change notification settings - Fork 45
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
RTC Query taking forever #151
Comments
@MartinBarkerPhilips I'd suggest setting a non-empty string for returned properties, such as #148 introduced multi-processing which can speed up the performance. This feature has been shipped with v0.8.0.
I've cherry-picked commits from #148 to a new branch You can install it with, pip install --force-reinstall git+https://github.com/dixudx/[email protected] |
Thank you for your response I appreciate the linked and mentioned new branch, I will try using it and let you know how it goes. |
There is some indentation issue that happens when I run the command |
i believe I fixed the indentation issue to the best of my ability, it doesnt throw an error but Im not 100% sure if my solution is the correct intended indentation order. Either way my local version of the repo with the indentation fix + 'ssl too small' err fix, I get an error when trying to run
err:
Even though this line has worked fine in version0.6 |
Here is my repo fork:
|
I still can't figure out why getProjectArea() no longer works, when It's receiving the exact same auth credentials / project name string as before. That error is blocking my progress using this repo branch |
master doesnt work for me because im running an older version of rtc, and the custom release-0.6 branch had some file indentation formatting errors last time I tried to run it |
@MartinBarkerPhilips I've cherry-picked multi-thread patches to v0.6.0. Please install with
|
@dixudx running this command results in an error:
|
tried to fix by installing with
|
Tried to clone repo, checkout to i made a fix , had to change |
after cloning [email protected] and making setup.cfg version fix, as well as adding:
to base.py so that the package works with my companies older version of rtc, the release-0.6 branch worked. I've been using rtcclient for a project I've been working on, an rtc to ads migration script. I created some custom rtc functions for my use. i want to release my script publicly so maybe there could be some branch / version of this repo I use that has support for my older rtc instance and my custom functions? |
Facing a problem where when I run a query from a URL I only get at max 34 responses.
my query url is for 200+ results, but only ever returns 34 in my query_results list |
tried to follow the instructions in the docs https://rtcclient.readthedocs.io/en/0.6.0/quickstart.html#query-workitems-by-saved-query-url |
Good job. I've updated this change to branch |
Sure. We can add this to master branch, and cherry-pick to |
Both |
Hello, I have an RTC Query URL that If I open in my browser loads very quickly and only shows 302 items (web display is paginated, shows "1 - 50 of 302" and 'previous' / 'next' buttons)
If I query for the URL with an empty string for returned properties:
it takes 28 / 30 minutes to return a list of all 302 work items.
I'm running on version 6.0 of this package because my RTC client is an older version, and auth only worked with version 6.0 and some added code to prevent 'SSL: DH_KEY_TOO_SMALL' errors
Would this query run faster on the current version? Or is there some way I could run the query faster, such as breaking it up into multiple smaller queries and running those in unison?
My script is really hindered by these long query times.
Thanks
The text was updated successfully, but these errors were encountered: