Why Does My Python Code Run Indefinitely in BigCommerce API Test Mode Despite Simplifications?

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?

Could you please file a ticket at Support - Pipedream so we can look at your workflow?