We implemented the suggested Webhook implementation.
From the docs: “To simplify the logic of handling different webhook types, we recommend creating a polling system using the GET /subscribers REST API to sync the subscription status of the customer from RevenueCat to your database. Then, each webhook event can simply be a trigger to call this sync function.”
We implemented this solution. However, with this suggested implementation we get a lot of 429 (Rate Limit) error:

We have a fallback that will retry the call to GET /subscribers, however I was wondering if there were other workarounds you can think of?
Are there plans to change this rate limit? I know other people have the same issue here