Deploy Website hangs and fails with timeout
See original GitHub issueWhere to find the issue
https://github.com/corona-warn-app/cwa-website/blob/master/.github/workflows/deploy-master.yml
Describe the issue
https://github.com/corona-warn-app/cwa-website/blob/master/.github/workflows/deploy-master.yml scheduled to run as follows:
schedule:
- cron: '0 11 * * *'
- cron: '0 17 * * *'
ultimately fails with the error
The job running on runner Hosted Agent has exceeded the maximum execution time of 360 minutes
https://github.com/corona-warn-app/cwa-website/actions/runs/2290301030
started Sun, 08 May 2022 17:13:04 GMT
then on Sun, 08 May 2022 23:13:14 GMT the log file shows
Error: The operation was canceled.
after 6 hours of running.
https://github.com/corona-warn-app/cwa-website/actions/runs/2293795587
started Mon, 09 May 2022 11:17:26 GMT It is currently 15:16 UTC, so the job has been running for 4 hours already. It is hung in the “Deploy master” section.
Internal Tracking ID: EXPOSUREAPP-13073
Issue Analytics
- State:
- Created a year ago
- Comments:13 (13 by maintainers)
Top GitHub Comments
Thanks Mike! 👍