#1 by cjy2001
Hi all, I'm ready to launch a large-scale experiment. I have deployed my experiment to Heroku and due to the size of the experiment, I expect it will take a few days to get all the data I want. However, I noticed that there is a daily restart feature on Heroku's dynos, which closes all current sessions and previous data. This is causing me some inconvenience as it means I need to check my data and open a new session every day. Is there any way to stop the restart of Heroku Dyno? Or is there any way on the oTree side that I can keep a session alive despite a dyno restart? Thanks for any help! Best, Jiayi