[squid-users] Bring refresh_pattern down to ~10sec?

Amos Jeffries squid3 at treenet.co.nz
Fri Apr 24 04:05:39 UTC 2015


On 24/04/2015 2:46 p.m., Kristopher Linquist wrote:
> Hi,
> 
> 
> I’m using squid to throttle outgoing API calls to various services.
> 
> 
> I’ve got Squid working with ssl_bump and currently caching any request more often than 15 minutes with this line:
> 
> 
> refresh_pattern .		15	20%	4320 override-expire ignore-reload
> 
> 
> 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.  
> 
> 
> Is there any way to accomplish this?

Depends on what you mean by "identical REST call".

There is the miss_access control, but it only allows "fast" ACLs.

Amos



More information about the squid-users mailing list