You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered that timeout errors on the export API when outputting publisher-wide records had to do with graphql API timing out first.
Since WorksQuery basically queries all data available for a publisher, when chapters are included in the request it becomes to large for graphql to handle and times out.
The majority of outputs don't actually require that much data, so we should make output-specific queries
The text was updated successfully, but these errors were encountered:
Discovered that timeout errors on the export API when outputting publisher-wide records had to do with graphql API timing out first.
Since
WorksQuery
basically queries all data available for a publisher, when chapters are included in the request it becomes to large for graphql to handle and times out.The majority of outputs don't actually require that much data, so we should make output-specific queries
The text was updated successfully, but these errors were encountered: