This topic was automatically generated from Slack. You can find the original thread here.
I’m currently in build mode, trying to test a step that uses the “Run Python Code With BigCommerce API”. I run the step, and it runs indefinitely, exceeding the runtime limit in settings. Upon refreshing, it doesn’t appear as if anything was/is running.
I eventually simplified my code to this:
def handler(pd: 'pipedream'):
return
And yet it still runs forever. Can someone please help me?