Working on a new version of Brainspell (an open-source platform for neuroimaging literature) to make a public JSON API that collaborators can contribute to, switch out the stack for better scalability, and provide statistical features to better conduct meta-analyses.
On extended queries (Eg. GetUserCollections?cache=0) where the computation time exceeds 30 seconds Heroku router is timing out and preventing successful execution of the query.
To prevent timeouts we may need to introduce heartbeat messages at specific intervals on long computations.
On extended queries (Eg. GetUserCollections?cache=0) where the computation time exceeds 30 seconds Heroku router is timing out and preventing successful execution of the query.
To prevent timeouts we may need to introduce heartbeat messages at specific intervals on long computations.