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 May 13, 2020. It is now read-only.
As the doc below says, heroku dynos sleep after 1 hour of inactivity. It's annoying to wait about 20 seconds for the dyno to wake when using a timesheet. https://devcenter.heroku.com/articles/dynos
A possible workaround could be an ajax request to the application at least once per hour.
As the doc below says, heroku dynos sleep after 1 hour of inactivity. It's annoying to wait about 20 seconds for the dyno to wake when using a timesheet.
https://devcenter.heroku.com/articles/dynos
A possible workaround could be an ajax request to the application at least once per hour.
Another solution would be to implement issue #6 .
The text was updated successfully, but these errors were encountered: