Reports 1-1 of 1 Clear search Modify search
DetChar (General)
hirotaka.yuzurihara - 13:42 Friday 10 February 2023 (23917) Print this report
Update rerun process for summary page

[Oshino, Yuzu]

On the summary page, there was an issue on rerun process. (see image) If the rerun process is working well, the data around the end of day (in UTC timezone) will be processed automatically. We partially fixed the issue. Once the rerun process started and failed, the crontab re-submit the same job. (temporal solution)

 

Details for experts

  • Unfortunately we could not solve the fundamental issue.
  • I attach error message of the rerun process.
    • The cause was that the process could not find the `conda` command.
    • When I edit to add the full path of `conda` in `html.py`, it works.
    • By checking the result of `env` command in the rerun process, the variables related to `CONDA` were properly set. 
    • I guess the `subprocess` could not catch the enviromental variables from parent process....
    • But, the process for usual generation of summary page uses same code. We are not sure why only the rerun process failed.
Images attached to this report
Non-image files attached to this report
Comments to this report:
hirotaka.yuzurihara - 10:27 Wednesday 05 April 2023 (24678) Print this report

(note for future workers)

When you want to change the time to launch the rerun process of summary page, 

  • edit  `~/etc/summary/condor$ emacs gw_daily_summary_rerun_kagra.sub`
  • find the following line on crontab at k1sum0 and edit the time.

15 12 * * * env - $(cat /users/DET/tools/SummaryPage/env/gw_alias_today.env) condor_submit_dag /home/controls/public_html/summary/gw_daily_summary_reru
n_kagra.dag > /tmp/summary-rerun.log 2>&1

Today, Oshino-san changed the time to run the rerun process from 12:15 to 10:45.

Search Help
×

Warning

×