You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
Dashing relies on a history file to maintain persistence across restarts. Heroku filesystems are read-only.
When your dyno idles down, because it's a free dyno, the contents of memory should be safe in the history.yml file -- but on Heroku they are nowhere.
If you'd like to use Dashing as a storage layer for your application, it is suggested to implement the techniques described in #330 (Redis To Go Heroku addon should be installed).