-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cello sometimes needs to be restarted #27
Comments
After a restart it's working, but this shouldn't be necessary. |
What was the issue ? |
I have no idea why this happens, I think maybe others (Prashant or Shane) might have a few more details, but the stalling you noticed goes away when you just manually kill and restart the instance of Cello. |
Hmmm. That is weird, I'm trying to think of a reason why its stalling/timing out. Regardless one of the major problems with Cello right now is its execution engine. One can't submit multiple jobs, see the status of a running job, etc. It makes the API almost useless. |
This is partly because of JVM issues due to which Cello essentially freezes and doesn't process any jobs. Unfortunately since the site is still up, the automated shell scripts do not pick this up and do not restart cello. |
The
case
and theFull Demo
examples are not working on the online instance. It seems like its timing out before it completes the entire computation.The text was updated successfully, but these errors were encountered: