Closed stevespringett closed 7 years ago
I'd like to implement this sooner rather than later. Changing this from 2.0 to the initial 1.0 release.
Event subsystem is currently in place capable of async job processing. Need to refactor JobManager to use the new event system
For the time being, the assumption will be a 1-1 (provider to publisher) ratio. However, the event system is in place. An update to the API definition may be required to account for additional workflows.
The current job manager and execution code is based on older code and needs to be refactored to use an event driven model where a series of providers and publishers can be executed as part of a single job definition, rather than a static 1-1 workflow.