How can we add a rate limit, or throttle, to outbound HTTP connections?
I've created an outbound HTTP connection, that POSTs to Oracle. The issue is that Oracle cannot handle the amount of traffic that our lower environments can generate.Can we add some kind of rate limit, or throttle the outbound HTTP requests?
