daisy / pipeline-ui

A user interface for the DAISY Pipeline 2
MIT License
5 stars 2 forks source link

Delete server-side job on completion #139

Closed NPavie closed 3 months ago

NPavie commented 1 year ago

Since we are putting jobs on a more user-friendly folder, should we not delete the engine job when the results are transferred ?

bertfrees commented 1 year ago

If the job is deleted we can not get the log file anymore.

marisademeglio commented 1 year ago

maybe we should fetch the log file anyway and keep it in the same user-friendly folder as the job results (even if the job failed, the log file can be copied over), then it's easier to collect from users anyway, e.g. if they're filing a bug report, as it would be a standalone file instead of a web view.

bertfrees commented 3 months ago

The "View detailed log" link does not work anymore.

marisademeglio commented 3 months ago

The view log link works for me (tried now with DTBook Validator), which script did you run? I will try to reproduce.

bertfrees commented 3 months ago

Ok now it works, perhaps I was testing the wrong version earlier.

bertfrees commented 2 months ago

I was wondering: would it also be possible to open the detailed log in the browser, like it used to? For a lot of people the browser is more familiar than the program that has been set as the default for opening .log files. Currently the file opens in Console (macOS) for me. For other people it might be a text editor.