We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're using this gem to have a server status page of latest deploys. Since calls are cached (in the heroics gem), they often don't update.
Is there a way to disable this caching? I've tried passing in cache: false with no luck.
The text was updated successfully, but these errors were encountered:
/cc @jkakar
Sorry, something went wrong.
Heroics uses Moneta for caching. You can disable it by passing in a null cache:
heroku = PlatformAPI.connect_oauth('api-key', cache: Moneta.new(:Null))
Perfect, thanks!
No branches or pull requests
We're using this gem to have a server status page of latest deploys. Since calls are cached (in the heroics gem), they often don't update.
Is there a way to disable this caching? I've tried passing in cache: false with no luck.
The text was updated successfully, but these errors were encountered: