You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "klesh (via GitHub)" <gi...@apache.org> on 2023/02/28 09:43:48 UTC

[GitHub] [incubator-devlake] klesh opened a new issue, #4544: [Refactor][runner] Refactor the pipelines/tasks execution logic

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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] closed issue #4544: [Refactor][runner] Refactor the pipelines/tasks execution logic

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4544: [Refactor][runner] Refactor the pipelines/tasks execution logic
URL: https://github.com/apache/incubator-devlake/issues/4544


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #4544: [Refactor][runner] Refactor the pipelines/tasks execution logic

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4544:
URL: https://github.com/apache/incubator-devlake/issues/4544#issuecomment-1541048080

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] klesh commented on issue #4544: [Refactor][runner] Refactor the pipelines/tasks execution logic

Posted by "klesh (via GitHub)" <gi...@apache.org>.
klesh commented on issue #4544:
URL: https://github.com/apache/incubator-devlake/issues/4544#issuecomment-1458181204

   According to input from @liangjingyang @hezyin , we might opt for the 2nd way, that is to keep the `temporal` support and refactor them. 
   The refactor should not have any impact on plugin development.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] github-actions[bot] commented on issue #4544: [Refactor][runner] Refactor the pipelines/tasks execution logic

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4544:
URL: https://github.com/apache/incubator-devlake/issues/4544#issuecomment-1532304680

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org