Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
We have similar code in the DagActionStoreChangeMonitor and DagManager to process dag actions from the DagActionStore. There have been small discrepancies between the code in each area leading to unexpected bugs in how the actions are processed, so to fix forward and make this easier to maintain with code in one place we consolidate all logic relating to the dag action processing to the DagActionStoreChangeMonitor. The processing in the change monitor is working correctly, while the handling of launch events in the DagManager is failing compilation most likely due to an error loading the job templates when initializing the compiler but we're not able to identify the exact issue.