Commit 06f24a57 authored by David H. Wilkins's avatar David H. Wilkins

Better changelog naming and coding style

- Changelog should have a human readable title, not MR title

- Add a blank line before the if block
parent 5c605d50
......@@ -130,6 +130,7 @@ module ReactiveCaching
def exclusively_update_reactive_cache!(*args)
locking_reactive_cache(*args) do
key = full_reactive_cache_key(*args)
if within_reactive_cache_lifetime?(*args)
enqueuing_update(*args) do
new_value = calculate_reactive_cache(*args)
......
---
title: reactive-caching-self-cleanup
title: remove-reactive-caching-redis-keys-after-use
merge_request: 20111
author:
type: performance
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment