optimus icon indicating copy to clipboard operation
optimus copied to clipboard

Create job management bounded context

Open sbchaos opened this issue 2 years ago • 0 comments

Description Add domain module to handle the core job management domain. We need to encapsulate the dependency resolution and other pieces so that they can only be access by proper interfaces.

Acceptance Criteria

  • [ ] Core Job management should be encapsulated

Out of Scope

  1. Moving all the code related to job scheduling to separate domain

Depends on : 574

Tech Details Post analysis Capture the details of the work needed to finish the task.

  • [ ] Move handler and service in single domain
  • [ ] Define consumer interface for external dependency resolvers

sbchaos avatar Sep 08 '22 15:09 sbchaos