Limiting your amount of calls in Mendix (most of the time REST)
Problem
Have you ever built an integration and got HTTP code 429 response messages in return? Or is the vendor complaining that you do too many calls to their system?
The HTTP 429 Too Many Requests ..