-
Notifications
You must be signed in to change notification settings - Fork 5
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
Running long tasks on MMODA #111
Comments
Concerning logs, there is no standard way to return the stdout/stderr of the nb2service |
We don't have any progress monitoring for the notebook-based workflows (as it is for integral). |
You mean incremental progress, like by cell? That we plan and could add now. We could also let oda api send custom callback progress messages, if useful.
We return the entire notebook for debug, it should contain stdout, does it not? You can also fetch the notebook before or is completed, with the same endpoint, it will return partial output but still valid. We could add URL to fetch this notebook to dispatcher response if useful.
|
Here we need to think about how you want to express these updates. |
This could be useful but unfortunately doesn't cover the case of running an external program which takes long time
Custom callback messages would perhaps solve the problem. If one uses an external program like CRbeam one could implement parsing of the program output and sending callback progress messages.
Thank you! I think this is perfect solution for debugging. |
|
Following questions of @okolo
is there any way to monitor/report progress of long tasks
is there a standard way to view debug info (e.g. console output) for developers like me
Perhaps one can use ODATextProduct to save logs? Right?
The text was updated successfully, but these errors were encountered: