in reply to Re: Throttling while using LWP for MS Graph request?
in thread Throttling while using LWP for MS Graph request?

It's even worse: 2700 request for the owners and 2700 requests for the member. Firing them off as fast as I can. Did I mention I'm a candidate for throttling ;)
I know, not really efficient. Reminds me of my SQL days before I learned about joins.

Never heard of GraphQL, but wil most certainly have a look. Thanks for the reply

  • Comment on Re^2: Throttling while using LWP for MS Graph request?

Replies are listed 'Best First'.
Re^3: Throttling while using LWP for MS Graph request?
by etj (Priest) on May 15, 2024 at 12:24 UTC
    To be clear, GraphQL is a technology that's designed for this situation, but it has to be provided by the service. To learn more, see https://www.graphql.org/, and for the Perl implementation (ported by yours truly) see GraphQL.