Project

General

Profile

Idea #5554

Updated by Tom Clegg about 9 years ago

After a job completes, the full job log is written to Keep, so it isn't necessary to leave the (possibly incomplete) copy in the Postgres database as well. 

 In order to do this without adversely affecting users, we need to ensure the Workbench log viewer retrieves the log messages from Keep when possible -- including the case of the Log tab of pipeline_instances#show when some of the pipeline's jobs are still running and some have had their logs written to Keep and deleted from the API server's database. 

Back