wri / gfw-datapump

Nightly batch process to generate summary statistics for user AOIs
3 stars 2 forks source link

Get rid of error message after COG jobs successfully complete. #159

Closed danscales closed 1 month ago

danscales commented 1 month ago

Get rid of error message after COG jobs successfully complete.

Even when the integrated alerts COG jobs successfully complete, there is a data-updates error message. It turns out this is because we didn't increase the integrated_alerts job timeout when we added the very long extra COG steps. The final cogify step completes, but a timeout error is still reported. So, I just added an extra 7 hours to the timeout for IntegratedAlertsSync job.