klesh opened a new issue, #4544: URL: https://github.com/apache/incubator-devlake/issues/4544
## What and why to refactor To support temporal, we had the pipelines/tasks execution logic distributed into multiple packages `services`, `runner`, and `workers`. However, the `temporal` is rarely used in the past years. The code is a complete mess, and long for a refactor. ## Describe the solution you'd like We have 2 ways to go: 1. Remove the `temporal` support, and condense the code into `services` package 2. Create a set of interfaces to decouple the framework and executors, and refactor 3 packages accordingly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
