Python recipe taking a lot of time to complete

Options
yjagger
yjagger Registered Posts: 8
edited July 16 in Using Dataiku

hi,

I am trying to run a python recipe using 'DSS builtin env', and it is taking a lot of time for it to complete.

From the logs it looks like that it takes a lot of time to create / establish connection, although I am not sure if the problem is something related to no vacant connection available in the pool.

In the logs i can see the line 'running use code' and then it hangs for about 5 minutes and prints the lines - 'Verifying SSL calls with cert....' (as below)

[2023/03/07-06:16:28.498] [kubectl-stream-logs-out-151] [INFO] [dku.utils]  - [2023-03-07 06:16:27,576] [1/MainThread] [INFO] [root] Running user code
[2023/03/07-06:16:28.499] [kubectl-stream-logs-out-151] [INFO] [dku.utils]  - [2023-03-07 06:16:28,491] [24/MainThread] [DEBUG] [root] Verifying SSL calls with certificate /home/dataiku/rpc_server_cert.pem
[2023/03/07-06:16:28.499] [kubectl-stream-logs-out-151] [INFO] [dku.utils]  - [2023-03-07 06:16:28,491] [24/MainThread] [DEBUG] [root] Verifying SSL calls with certificate /home/dataiku/rpc_server_cert.pem
[2023/03/07-06:16:28.499] [kubectl-stream-logs-out-151] [INFO] [dku.utils]  - [2023-03-07 06:16:28,492] [24/MainThread] [DEBUG] [root] Verifying SSL calls with certificate /home/dataiku/rpc_server_cert.pem
[2023/03/07-06:16:28.499] [kubectl-stream-logs-out-151] [INFO] [dku.utils]  - [2023-03-07 06:16:28,492] [24/MainThread] [DEBUG] [root] Verifying SSL calls with certificate /home/dataiku/rpc_server_cert.pem
[2023/03/07-06:16:28.529] [kubectl-stream-logs-out-151] [INFO] [dku.utils]  - [2023-03-07 06:16:28,495] [24/MainThread] [DEBUG] [urllib3.connectionpool] Starting new HTTP connection (1): pdue2-diku-vm02.amd.com:43215

Can you describe what may be happening here ?


Operating system used: Windows

Tagged:

Answers

Setup Info
    Tags
      Help me…