-
Notifications
You must be signed in to change notification settings - Fork 16
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
Slow response times #267
Comments
What is the URL and all the parameters used for these calls. |
I am using a Library for ruby, which obfuscates the urls being hit. The function called is tripit_user.trips(params) .. so i'm pretty sure there's an equivalent /trips endpoint on tripit API. Parameters are: per_page is default .. to a 100 |
which version of ruby are you on? |
2.6.3 |
also if you could tell me the tripit api id you are using. its the id provided on the |
Hi,
Our model checks in users to the locations they've been, while providing progress as we go. The response times from tripit are ridiculously slow for default pagination parameters. We have a timeout policy at 35 seconds which seems to be getting hit quite frequently. Any ideas? ... below are logs that show response times for each request:
29544 - 2021-06-15 00:30:54 UTC - 2021-06-15 00:31:19 UTC (24598ms) - {"page_no"=>1}
29593 - 2021-06-15 00:32:45 UTC - 2021-06-15 00:33:06 UTC (21175ms) - {"page_no"=>2}
29603 - 2021-06-15 00:33:18 UTC - 2021-06-15 00:33:33 UTC (14579ms) - {"page_no"=>3}
29613 - 2021-06-15 00:33:40 UTC - 2021-06-15 00:34:12 UTC (32393ms) - {"page_no"=>4}
29626 - 2021-06-15 00:34:15 UTC - 2021-06-15 00:34:36 UTC (20982ms) - {"page_no"=>5}
29646 - 2021-06-15 00:34:48 UTC - 2021-06-15 00:35:18 UTC (29883ms) - {"page_no"=>6}
29658 - 2021-06-15 00:35:27 UTC - 2021-06-15 00:35:46 UTC (18605ms) - {"page_no"=>7}
29675 - 2021-06-15 00:35:59 UTC - 2021-06-15 00:36:31 UTC (32009ms) - {"page_no"=>8}
29692 - 2021-06-15 00:36:44 UTC - 2021-06-15 00:37:07 UTC (22399ms) - {"page_no"=>9}
29700 - 2021-06-15 00:37:13 UTC - 2021-06-15 00:37:37 UTC (24395ms) - {"page_no"=>10}
29716 - 2021-06-15 00:37:42 UTC - - {"page_no"=>11}
The text was updated successfully, but these errors were encountered: