Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Python SDK: timeout error: cell execution time out

Krit_Gable
8 - Asteroid

Hi,

 

I try new Python tool. I discover when I  develop flow involve a lot of data. When  I try code via Jupyter  notebook, It work fine. but when I try in these situation I got an timeout error

 

1. data input with 26 M records

2. Connect data via entire workflows instead develop on jupyter only

 

I got this error  ERROR | timeout waiting for execute to reply (30s)

 

however When I do sub sampling data ( around 20 % of data), The workflow work normally

 

So I have a question is there a way to fix timeout error setting? 

2 REPLIES 2
PaulN
Alteryx Alumni (Retired)

Hi @Krit_Gable,

 

Thank you for posting!

 

You are correct: execution timeout per cell is set to 30s by default.

 

As a workaround, you could use of the methods listed there:

 

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Tool-Timeout-waiting-for-execut...

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Tool-Timeouts-When-Running-Work...

 

Kind regards,

 

Paul Noirel

Sr Customer Support Engineer, Alteryx

Balders
11 - Bolide

Hi all, I've put an idea to have the default timeout changed as I really don't like the current workarounds:

https://community.alteryx.com/t5/Alteryx-Designer-Ideas/Please-turn-off-the-python-tool-30s-timeout-...

Labels