Skip to content
Snippets Groups Projects

[Webservice] Fix overview page with newly submitted jobs

Merged Thomas Kluyver requested to merge fix/webservice-elapsed-str into master
1 unresolved thread
4 files
+ 7
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -6,7 +6,8 @@ PartOf=cal-services.target
Type=exec
WorkingDirectory=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/
ExecStart=%h/deployments/development/git.xfel.eu/detectors/pycalibration/current/.venv/bin/python -m webservice.job_monitor --log-level DEBUG
ExecStartPost=/usr/bin/sleep 1 # Pause to make errors in startup more obvious
# Pause to make errors in startup more obvious
ExecStartPost=/usr/bin/sleep 1
Restart=on-failure
[Install]
Loading