Automation in Python using parallel processing
#Cortex XSOAR
Hi,
Is there a way of creating parallel processing inside an automation in Python ?
My goal is to execute the same function on multiple incidents (pausing and/or starting timers).
The thing is, sometimes we have a lot of incidents an
...