Open mustfkeskin opened 1 year ago
Hi,
I have the same issue. Has anyone found a fix for it yet?
For more information when I run the rendered notebook it works fine, its only during the metaflow card execution that i receive a Keyboard Interrupt:
error with no other information
I solved this by running runs with the papermill library. Metaflow also uses this in the background, but it timeouts. Since I couldn't find timeout parameter, I ignored metaflow for now.
Thanks for the information. Can you describe to me a bit more?
How do you use the papermill library? Are you still including your notebooks in the metaflow UI or did you abandon metaflow completely?
you can set timeout
in the @card
decorator to set timeouts for longer execution of the notebook.
Hello
This is my simple flow I want to run my notebook first 5-6 cell work correctly But last few cell always get KeyboardInterrupt: error My flow dont throw any exception But when i enter [_rendered_1679995435861952_end_2_model_examle.ipynb] i saw the error
What could be wrong here
Flow Output
My Flow