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
We should allow for paginated request in the graphiQL interface. In #106 we discussed same for restapi, but then noted to use graphQL instead. Even using graphql, there is a point at which we are reaching our max.
STEPS TO REPRODUCE
Query a large inventory of 10s of thousands of devices, even with minimal information such as name, os, and IP.
EXPECTED RESULTS
Performant / workable inventory generation.
ACTUAL RESULTS
It can fail given a large enough query. We can / do have ability to ask to increase size of compute, but that only goes so far.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SOFTWARE VERSIONS
pynautobot
develop
Ansible:
Current :)
Nautobot:
2.3.x
Collection:
current :)
SUMMARY
We should allow for paginated request in the graphiQL interface. In #106 we discussed same for restapi, but then noted to use graphQL instead. Even using graphql, there is a point at which we are reaching our max.
STEPS TO REPRODUCE
Query a large inventory of 10s of thousands of devices, even with minimal information such as name, os, and IP.
EXPECTED RESULTS
Performant / workable inventory generation.
ACTUAL RESULTS
It can fail given a large enough query. We can / do have ability to ask to increase size of compute, but that only goes so far.
The text was updated successfully, but these errors were encountered: