Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Execute Macros in Parallel

pabarang1
5 - Atom

Is it possible to execute macros in parallel and not serially in the same workflow? I have a macro that pulls data out of Facebook's API. It is taking very long because each macro instance is being executed one after another. If the macros were executed in parallel, then it would be much much faster 

alteryx parallel macros.png

 

1 REPLY 1
apathetichell
18 - Pollux

Let's assume Alteryx uses cURL - So this first became possible with cURL7.68.0 - which came out about 4 years ago. That may seem like  a ton of time - but considering cURL's history (1996) - that's relatively recent. The changes Alteryx would need to make to accomodate mulitple requests are fairly substantial (and in all likelihood would create substantive additional stability issues). If you need this - and you know what you're doing - you may be able to script it via CLI or Python.

 

https://curl.se/mail/lib-2020-01/0028.html

Labels