~tcuthbert/content-cache-charm:master

Last commit made on 2021-02-01
Get this branch:
git clone -b master https://git.launchpad.net/~tcuthbert/content-cache-charm
Only Thomas Cuthbert can upload to this branch. If you are Thomas Cuthbert please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~tcuthbert/content-cache-charm

Recent commits

50a9262... by Thomas Cuthbert

Telegraf expects 'listener-address' rel key name

3ecd714... by Thomas Cuthbert

content-cache uses localhost for stats monitoring, tell telegraf that

Reviewed-on: https://code.launchpad.net/~tcuthbert/content-cache-charm/+git/content-cache-charm/+merge/396233
Reviewed-by: Haw Loeung <email address hidden>

6df5608... by Haw Loeung

Allow overriding Nginx' proxy_cache_lock

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/396969
Reviewed-by: Barry Price <email address hidden>

a0b35db... by Haw Loeung

Remove no-cache in HAProxy health checks

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/396968
Reviewed-by: Barry Price <email address hidden>

c2df82e... by Haw Loeung

Allow overriding Nginx' proxy_cache_lock

For large objects, it makes sense to enable so only one worker /
instance is fetching from the backend and populating the cache. It
doesn't make sense for sites serving just smaller objects as it can
introduce latency.

1d3bc17... by Haw Loeung

Remove no-cache in HAProxy health checks

There's no need to do a full end-to-check check, which is what will be
done with no-cache. Rather, we just want to check each layer, or the
next layer HAProxy is configured for.

This is helpful for when backends are experiencing issues, we still
want the caching layer to respond with something from the cache.

3774c25... by Haw Loeung

Fix indentation so it's consistent

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/396636
Reviewed-by: Barry Price <email address hidden>

51c5baf... by Haw Loeung

Fixed, go with spaces rather than tab per review

e17761a... by Haw Loeung

Also log unique request ID in HAProxy logs - LP:1895255

Reviewed-on: https://code.launchpad.net/~hloeung/content-cache-charm/+git/content-cache-charm/+merge/396635
Reviewed-by: Barry Price <email address hidden>

1194dd5... by Haw Loeung

Fix indentation so it's consistent