-
Notifications
You must be signed in to change notification settings - Fork 85
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
Monitor a scan's progress #66
Comments
At the moment, you could run a Pipeline directly, bypassing the task system, to get the progress log displayed in the terminal:
This will display Pipeline steps live execution:
I will improve the task system to provide easy access to progress information about Pipeline execution. |
#66 Signed-off-by: Thomas Druez <tdruez@nexb.com>
Thanks! |
@cco3 a new
|
#66 Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Add the logic to set the run_id at the start of the pipeline execution Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
Signed-off-by: Thomas Druez <tdruez@nexb.com>
#79) * Upgrade metaflow library to latest version #66 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Move the project load into a common init_pipeline Pipeline method #66 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Add run_id as a Run model field #66 Add the logic to set the run_id at the start of the pipeline execution Signed-off-by: Thomas Druez <tdruez@nexb.com> * Add tests for the scanpipe tasks module #66 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Log messages from Pipeline execution on a new Run instance `log` field #66 Signed-off-by: Thomas Druez <tdruez@nexb.com> * Add entry in the CHANGELOG #66 Signed-off-by: Thomas Druez <tdruez@nexb.com>
Is there any way to do this with a large image?
The text was updated successfully, but these errors were encountered: