User bio
404 bio not found
Member since Nov 8, 2015
Posts:
Replies:
See related post:
SMART on FHIR app - Sample with Hands-on Exercise/Workshop Instructions
See related post:
SMART on FHIR app - Sample with Hands-on Exercise/Workshop Instructions
Open Exchange applications:
Certifications & Credly badges:
Tani has no Certifications & Credly badges yet.
Global Masters badges:







Followers:
Following:
Hi Dmitrii,
From the discussion in the comments it seems like you're trying to use "Workers", but did you try to use the Event mechanism for your use-case?
See also this related article (and this one as well).
By the way here's a Docs reference of using this from Python.
I don't have a wider context of this, but in the IRIS Interoperability functionality, behind the scenes of the Interoperability components, and the Messages and Queues managed there, this Event mechanism is used. So perhaps if you are already using IRIS's Interoperability capabilities, you can implement this in the higher level of the Business Components in your Interoperability Production, rather than with the lower level code using the Event class.
The Workers mechanism you tried to use is intended more for distributing parallel work, and the Event API is more for messaging and queuing scenarios, which sounds more like your use-case.
This article might also be of interest to you as it discusses moving from "Workers" to "Events".