Has anyone ever used workato in an environment wit...
# general
k
Has anyone ever used workato in an environment with multiple connections? I restricted concurrency in order to prevent it from blocking other key operations and the integration choked on itself. Is there way on the workato side to restrict how many connections it tries to make?
j
are you calling lots of sub-recipes asynchronously?
and what trigger(s) are you using?
k
It seems that is what they are doing looking for record changed. I did a little looking and I saw a way to switch to batch based and put in the concurrency restriction. Was a 3rd party setting up and doing the integration