You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/09/30 03:57:33 UTC

[GitHub] [incubator-devlake] klesh opened a new issue, #3286: [Feature][framework] Prevent concurrent pipelines for a specific blueprint

klesh opened a new issue, #3286:
URL: https://github.com/apache/incubator-devlake/issues/3286

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Description
   
   It is pointless to run multiple pipeline for the same blueprint at the same time, and it is likely to cause RateLimit error or Race Condition
   
   ### Use case
   
   1. When user click "Run now" on config-ui, api would return error
   2. We can also prevent 3rd app trigger blueprint execution via api
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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] likyh commented on issue #3286: [Feature][framework] Prevent concurrent pipelines for a specific blueprint

Posted by GitBox <gi...@apache.org>.
likyh commented on issue #3286:
URL: https://github.com/apache/incubator-devlake/issues/3286#issuecomment-1272459804

   let's fix by this way https://github.com/apache/incubator-devlake/issues/3234 ?


-- 
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 #3286: [Feature][framework] Prevent concurrent pipelines for a specific blueprint

Posted by GitBox <gi...@apache.org>.
klesh commented on issue #3286:
URL: https://github.com/apache/incubator-devlake/issues/3286#issuecomment-1272962469

   It is a different problem than #3234.
   For any blueprint, no matter if it has a particular `label`, why would anyone want to run a blueprint multiple times in parallel?
   #3234 is mainly to prevent DIFFERENT blueprints being run in parallel, this is for A blueprint itself alone.
   
   The same underlying mechanism could resolve them, but I think a better way is to deal with them separately, because preventing pipelines for a specific blueprint would always stand, but not so much for the label-control-mechanism.


-- 
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] likyh closed issue #3286: [Feature][framework] Prevent concurrent pipelines for a specific blueprint

Posted by GitBox <gi...@apache.org>.
likyh closed issue #3286: [Feature][framework] Prevent concurrent pipelines for a specific blueprint
URL: https://github.com/apache/incubator-devlake/issues/3286


-- 
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] narrowizard commented on issue #3286: [Feature][framework] Prevent concurrent pipelines for a specific blueprint

Posted by GitBox <gi...@apache.org>.
narrowizard commented on issue #3286:
URL: https://github.com/apache/incubator-devlake/issues/3286#issuecomment-1340226235

   Another use case, the triggered cron job for blueprints that is of running status should be prevented as well.  
   You can ignore it If this case is covered by the api trigger.


-- 
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