Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMC never recovers from burst limit cap #1453

Open
boxhock opened this issue Jan 17, 2022 · 0 comments
Open

CMC never recovers from burst limit cap #1453

boxhock opened this issue Jan 17, 2022 · 0 comments
Assignees

Comments

@boxhock
Copy link
Contributor

boxhock commented Jan 17, 2022

We have seen on adapters in prod, staging and from [node op] that their CMC adapter is never able to recover from the burst limit cap: Minute Burst rate limit cap reached

The only fix here is to restart the adapter. It will continue spewing out error messages in the logs, but seemingly starts responding to requests again.

Does batching stop working due to a failing pair?

@Chainlink_Jonas - that might be fyi:
This seems to occur with a high number of jobs running through CMC. The requests in the warmup phase are too high and set the adapter in an error loop of IP rate limiting. Increasing the CacheMax Age then allows a "clean" start.
e.g: our adapter with proffessional tier only starts cleanly with CACHE_MAX_ITEMS=90000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants