Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print information about processing #412

Open
mareknovotny opened this issue Mar 27, 2023 · 3 comments
Open

Print information about processing #412

mareknovotny opened this issue Mar 27, 2023 · 3 comments
Assignees
Labels
cli related to the build-chain cli component enhancement New feature or request

Comments

@mareknovotny
Copy link
Member

In case of waiting on something longer than usual there is no information what is going on.
Today's github degradation of services showed that on spot light.

for instance this command printed the error after several minutes, before it was just as blind processing

build-chain build full_downstream -f 'https://raw.githubusercontent.com/${GROUP}/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/full-downstream-config.yaml' -o bc -u https://github.com/kiegroup/appformer/pull/1374 --skipParallelCheckout [ERROR] Invalid definition file. Error: Error getting https://raw.githubusercontent.com/${GROUP}/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/full-downstream-config.yaml - Error: connect ETIMEDOUT 2606:50c0:8000::154:443

@shubhbapna
Copy link
Contributor

Maybe what we can do is if it is taking a lot of time then we can can post a status message at regular intervals of time?

@mareknovotny
Copy link
Member Author

i guess there is an expected time for some kind of requests so if it overruns that limit just give that status message?

@shubhbapna
Copy link
Contributor

shubhbapna commented Mar 27, 2023

maybe not just for overrunning the limit. some tasks that build-chain performs are time consuming, so i think it would be nice to get something printed at regular intervals when it is doing some long running task

@shubhbapna shubhbapna added cli related to the build-chain cli component enhancement New feature or request labels Mar 28, 2023
@Ginxo Ginxo self-assigned this May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to the build-chain cli component enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants