30 seconds Time limit for a "Export notebook" step ?
Hi,
Following my previous question (Update a Jupyter Notebook as a scenario step) I put a step called "Export Notebook" in my application designer.
The notebook takes some time to execute, as it needs to load data but more importantly generate multiple custom dataviz.
So even though the notebook can be run manually successfully, it fails when run as an automatic step and the error log shows :
[NbConvertApp] Executing notebook with kernel: py-dku-venv-vf_env [NbConvertApp] ERROR | Timeout waiting for execute reply (30s).
I understand that the notebook has a 30 second limit to be fully run ?
Can I overcome this ?
Thanks a lot
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,237 Dataiker
Hi @VFL
Unfortunately, there is no possibility to increase the current 30s timeout. We do have this item in our backlog in this regard.
You could try running the bulk of your code as a python step in the scenario or recipe and then simply load the saved visualization into the notebook from a managed folder for example.