Long time turning on another notebook

LukaszJ
Contributor III

Hello,

 

I want to run some notebooks from notebook "A".

And regardless of the contents of the some notebook, it is run for a long time (20 seconds). It is constans value and I do not know why it takes so long.

I tried run simple notebook with one input parameter and only print it - it takes the same 20 seconds.

 

I use this method:

notebook_result = dbutils.notebook.run("notebook_name", 60, {"key1": "value1", "key2": "value2"})

 

The notebooks are in the same folder and in the same cluster (really good cluster).

Could someone explain me why it takes so long and how can I speed it run?

 

Best regards,

Łukasz