top of page

Week 9 - Kao

For this week I focused on creating a more stable deployment as some people have been complaining of delayed results - leading them to click more than once. We can consider this as a bug fix and not really creating any new features.

I found this to be happening because once there isn't a request in a while, the free Heroku server automatically puts our app to sleep. It will take a while to restart the app to running again. There are two ways to solve this - by making the app restart faster or by not getting it to sleep by doing random inputs over time. I chose to also optimize and restart the code faster as that also improves overall performance by refactoring a few lines of code.

Comments


bottom of page