<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<span id="mailbox-conversation"><div>Hi,</div>
<div><br></div>
<div>I’m using squid to throttle outgoing API calls to various services.</div>
<div><br></div>
<div>I’ve got Squid working with ssl_bump and currently caching any request more often than 15 minutes with this line:</div>
<div><br></div>
<div>
<div id="mb-reply">refresh_pattern .            15      20%     4320 override-expire ignore-reload</div>
<div id="mb-reply"><br></div>
<div id="mb-reply"><br></div>
</div>
<div>I’m interested in making sure I can’t send an identical REST call to twilio(text message service) more often than every 10 seconds.  </div>
<div><br></div>
<div>Is there any way to accomplish this?</div>
<div><br></div>
<div>Thanks!</div>
<div><br></div></span><div class="mailbox_signature"><br></div>
</body></html>