zendesk / zendesk_api_client_rb

Official Ruby Zendesk API Client
http://developer.zendesk.com/
Apache License 2.0
387 stars 183 forks source link

Cache on production #341

Closed leakira closed 4 years ago

leakira commented 7 years ago

Hello

I disabled client cache by setting config.cache as nil, and in localhost the cache is disabled, but in production the cache continues. Has a other configuration setting to disable cache on production?

Thanks in advance

nogates commented 4 years ago

Hi @leakira ! Sorry for the late reply! As per configuration, setting cache to false disables the cache completely (https://github.com/zendesk/zendesk_api_client_rb/blob/master/lib/zendesk_api/configuration.rb#L41)... and that should be the same for all environments...

I am gonna close this, but do not hesitate to open it again if you are still having some issues with it