weacast / weacast-loader

Weather forecast model data downloader for Weacast
Other
2 stars 0 forks source link

Update CRON and make it configurable #47

Closed claustres closed 2 years ago

claustres commented 2 years ago

After tackling https://github.com/weacast/weacast-loader/issues/45 & https://github.com/weacast/weacast-loader/issues/46 an issue remains. As now the download is slower to avoid rate limiting CRON jobs are launched too fast so that previous ones are not completed resulting in a container restart, thus missing data.

We should update the default CRON to be less regular and make it configurable using env vars to allow for more flexibility.