Commit graph

2 commits

Author SHA1 Message Date
Fabio Pitino
020289fa27 Change changelog type to performance 2019-07-08 19:26:20 +01:00
Fabio Pitino
67de299bb6 Allow ReactiveCaching to support nil value
When :calculate_reactive_caching returns a nil value
this caused ReactiveCaching to schedule a worker
every time the code using :with_reactive_cache was called.

This issue caused an increasing amount of Sidekiq jobs
being created continuously.

Implementing this fix behind feature flag
:reactive_caching_check_key_exists
2019-07-08 14:50:58 +01:00