OpenNeuroLab / brainspell-neo

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.
MIT License
15 stars 6 forks source link

Heroku Router Timeout on extended queries #70

Closed Sharabesh closed 5 years ago

Sharabesh commented 5 years ago

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.

Sharabesh commented 5 years ago

Should be resolved now with PR 72