This gem then prepends every job execution with a file read. This isn't a big deal, but setting ActiveJob::TrafficControl.cache_client = false has no effect, despite the library having support for a false-y cache_client. This is due to usage of||= and the default of Rails.cache.
Given an app that
disabled?
functionalityThis gem then prepends every job execution with a file read. This isn't a big deal, but setting
ActiveJob::TrafficControl.cache_client = false
has no effect, despite the library having support for a false-ycache_client
. This is due to usage of||=
and the default ofRails.cache
.