Thanks for this great tool. Got it installed and running, but it seems dyno is only restarted first time the limit of 500 MB is reached. What is wrong?
My config file:
Whacamole.configure("app-name") do |config|
config.api_token = 'token'
config.restart_threshold = 300 # in megabytes. default is 1000 (good for 2X dynos)
end
you'll want to lower config.restart_window, currently the default is one restart every 30 mins. Just updated the readme to show that option, thanks for your question.
Thanks for this great tool. Got it installed and running, but it seems dyno is only restarted first time the limit of 500 MB is reached. What is wrong?
Thanks for your hel