[URGENT][NEED HELP] Workfront API getting timed out while fetching data for project ids | Community
Skip to main content
New Participant
September 10, 2024
Question

[URGENT][NEED HELP] Workfront API getting timed out while fetching data for project ids

  • September 10, 2024
  • 3 replies
  • 758 views

HI Team, 

I am hitting below URL end point for each project id I have (which is around6k) and after sometime it is getting timed out in middle giving below error.
Is there any kind of limit we have to fetch no. of records in a particular timeframe or so?
https://{base_url}/attask/api/v18.0/project/{project_id}?fields={name_of_the_required_fields}
Error:-
Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f32e1459b20>: Failed to establish a new connection: [Errno 110] Connection timed out')

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Kurt_Jones
New Participant
September 10, 2024

There are also performance guardrails on Fusion, not sure if your hitting any of these as part of your API, https://experienceleague.adobe.com/en/docs/workfront/using/adobe-workfront-fusion/get-started-with-workfront-fusion/fusion-performance-guardrails

As Rafal noted, inputting some error handling should be able to get you past this.

Rafal_Bainie
New Participant
September 10, 2024

if it's a simple time out you can add error handling routine to re-attempt the same operation.

New Participant
September 10, 2024

Is there any way we can avoid this error?