klesh opened a new issue, #5939: URL: https://github.com/apache/incubator-devlake/issues/5939
## What and why to refactor We once believed it would be beneficial to support collecting data distributedly via Temporal and #1513 had been done for more than a year. However, it is never been used by anyone due to the following limitation: - Most data source has rate limit which makes distributed collection practically useless - It is quite expensive to deploy such a distributed system because workers must be deployed into different machines To sum up, `temporal` support is not practical for us except for adding complexity to the codebase which makes refactoring harder. ## Describe the solution you'd like Drop `Temporal` support, remove related code and simplify the pipeline execution logic -- 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]
