question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to set rate limit using contentful creat client API

See original GitHub issue

I am looking for the rate limit to be imposed while hitting the delivery API through Contentful client created using this package.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
axe312gercommented, May 15, 2017

The rate limits are imposed by the server, there is no option to set it from the client. As soon the rate limit is reached, the client waits the given time and retries the API call.

Does this answer your question? 😃

0reactions
axe312gercommented, Jul 4, 2017

https://github.com/contentful/contentful.js/releases/tag/v4.5.0 was released to address this. Closing for now. Let me know if the issue still exists.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Content Management API | Contentful
API Rate limits specify the number of requests a client can make to Contentful APIs in a specific time frame. Every request counts...
Read more >
How to set contentful.js api call rateLimit - Stack Overflow
All you should need to do is to specify the rateLimit property. That property defines maximum amount of requests per second the library...
Read more >
contentful-management.js - v7.39.1
JavaScript Library for Contentful's Content Management API. npm Build ... API. Built in rate limiting with recovery procedures; Asset processing helpers ...
Read more >
contentful - npm
Client for Contentful's Content Delivery API. ... Localization support · Link resolution; Built in rate limiting with recovery procedures ...
Read more >
Implementing Contentful | Next.js with MOXY
API Rate limits specify the maximum number of requests a client can make to Contentful APIs in a specific time frame. Every request...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found