2 Replies Latest reply on Feb 11, 2015 1:57 AM by nhavis

    Exec endpoint is slow, how to use exec without blocking?

    nhavis

      Hi all,

       

      I have an exec endpoint that calls python to run a script - the problem is that I have thousands of files coming in and the python script is supposed to run on each file.

       

      The operation is far slower than normal and I suspect it's because exec is blocking and waiting for each script to finish before executing the next one. How can I get around this? I didn't find any endpoint options.

       

       

      Thanks