[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.