Monitoring MeerSOLAR Pipeline JobsΒΆ
MeerSOLAR pipeline jobs are run in background and in parallel as prefect tasks managed by the prefect workflow. If prefect is running in ephmeral mode (default), no prefect dashboard will be available. In that case, a MeerSOLAR custom logger will show the task logs.
If
prefectserver is running, progress of the pipeline can be monitored fromprefectdashboard.prefectserver mode keeps backup of all pipeline runs logs in SQL format and provide easy access through a dashboard. To view local defaultprefectdashboard:run-meer-meerlogger
If MeerSOLAR is not running with
prefectserver mode, use local logger GUI.
Recommendation
We recommend using remote logger.
Warning
If you are working on a headless machine, such as work station, remote server or high-performace computing node, we recommend not to use local GUI logger, as it may encounter issue in deploying the PyQT based GUI window.