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/29 13:50:02 UTC

[GitHub] [incubator-devlake] mintsweet opened a new issue, #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Execute it after creating blueprints, and observe that the pipeline has been in the state of **in progress,** and cannot enter the next state without refreshing the page.
   
   ![ede2ffac-dafe-4d98-8d29-7bd3b020988a](https://user-images.githubusercontent.com/37237996/193049203-4b35847f-9285-43e6-82a8-38771ce03f8b.png)
   
   
   ### What you expected to happen
   
   After clicking **Run Now**, the status can be updated automatically.
   
   ### How to reproduce
   
   1. Create a blueprint.
   2. Execute this blueprint.
   3. Observe the status of the pipeline.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit 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] e2corporation commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   Refreshing/Activity logic has been operational for quite some time, user should not have to manually reload if they don't want to they can just leave this page open. If anything we could lower the `pollTimer` from 5000ms to 3000ms instead.


-- 
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] e2corporation commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   Yes the refresh is only enabled for a RUNNING pipeline, once a pipeline has failed or completed polling is turned off.


-- 
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] e2corporation commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   The 504's you are seeing is related to another issue of Tasks not being fetched, See this ticket: https://github.com/apache/incubator-devlake/issues/3239 which is impacting status behavior and maybe causing the problems you are experiencing.


-- 
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] mintsweet commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   So do you think this is a problem? It looks like the first task has failed and the second task has been progressing.


-- 
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] e2corporation commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   If there is indeed another problem of pipeline state not being updated, identify the exact breakage and outline a fix as needed.


-- 
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] mintsweet commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   Re-tested, it is indeed caused by a problem with #3239.


-- 
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] mintsweet commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   @e2corporation It seems that the interface of tasks has been pending, it will fail after some time, and then no interface will be requested.
   
   ![screenshot-20220929-220118](https://user-images.githubusercontent.com/37237996/193052698-9a825dc7-4c49-4435-908f-c92f2916dc5a.png)
   
   


-- 
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] e2corporation commented on issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

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

   @mintsweet We have Polling enabled at 5second intervals, how is your page not refreshed?


-- 
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] mintsweet closed issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.

Posted by GitBox <gi...@apache.org>.
mintsweet closed issue #3262: [Bug][Config-UI] The pipeline does not automatically update state.
URL: https://github.com/apache/incubator-devlake/issues/3262


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