jolly
VIP Member
We have an orchestration with some LEX steps being called from Boomi. Boomi is configured to call the Orchestration multithreaded (up to 5 threads) so the Orchestration will have 5 simultaneous instances running when it has lots of records to process.
We are getting exceptions from the Logic extensions in the Orchestration - about 1 in 10 randomly. Re-running the orchestration manually by itself always succeeds.
If we limit Boomi to one thread, the orchestration calls always succeed.
If I setup a Postman flow on three workstations to call the Orchestration in a loop continuously it always succeeds. Each workstation has a different token.
If I replace the Logic Extension with something else such as a Form Request it always succeeds.
Boomi is calling the orchestration with an authentication token that is shared between the threads.
We are finding this in more than one Orchestration using more than one Logic Extension
What to make of this? The only thing I can deduce is that Logic Extensions running simultaneously within the same connection are not threadsafe.
Has anyone had any experience with multithreaded Boomi to Orchestration calls, especially where the Orchestration contains a LEX?
NB: Tools 9.2.7.4.
Cheers
JohnO
We are getting exceptions from the Logic extensions in the Orchestration - about 1 in 10 randomly. Re-running the orchestration manually by itself always succeeds.
If we limit Boomi to one thread, the orchestration calls always succeed.
If I setup a Postman flow on three workstations to call the Orchestration in a loop continuously it always succeeds. Each workstation has a different token.
If I replace the Logic Extension with something else such as a Form Request it always succeeds.
Boomi is calling the orchestration with an authentication token that is shared between the threads.
We are finding this in more than one Orchestration using more than one Logic Extension
What to make of this? The only thing I can deduce is that Logic Extensions running simultaneously within the same connection are not threadsafe.
Has anyone had any experience with multithreaded Boomi to Orchestration calls, especially where the Orchestration contains a LEX?
NB: Tools 9.2.7.4.
Cheers
JohnO