-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Provide either progress or ETA info when running a pipeline #300
Comments
We do have logging for the scancode direct API calls pipes: https://github.com/nexB/scancode.io/blob/main/scanpipe/pipes/scancode.py#L204 We are missing those when calling the toolkit cli through a subprocess. |
@pombredanne does the |
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Some steps doing heavy lifting (such as file-level license or copyright detection) can take a good amount of time and it can be frustrating not to have much more feedback than a given step is started.
For instance the https://github.com/nexB/scancode.io/blob/e574fa9e815c763ac5025f540dfc05d61122d23e/scanpipe/pipelines/scan_codebase.py#L44 step will get us only a
Step [run_scancode] starting
...It would be great to have a way to get some progress information. I reckon that the main project web page can be refreshed by hand (F5) and we can see some progress based on the counters and graphics being updated, but this is indirect.
Instead it would be great to get either or both of:
The text was updated successfully, but these errors were encountered: