Running blend service Multie times per times per 30 minute period #74
Replies: 7 comments
|
It is just unique, not unique per 30 minute period. Are you trying to write multiple forecasts for the same location with the same energy source and forecaster at the same init time? |
|
yea, potentially, imagine, the blend service runs, but then it runs again because a different forecast finished, or we trigger it manually. maybe this isnt an issue, but it feels slightly troublesome if we have to wait another 30 mins before a new forecast is saved. |
|
I'm hesitant to remove the safety to the validity of our data that the uniquess brings. This seems like it's only going to be a probelm if the blend service is run erroneously - it's been triggered too early and all the forecasts haven't written yet. How I see it: f we're making a blend, we should ensure that everything it is blending is completed, present, and correct, prior to running it! |
|
We currently have I guess it just restricts us to only blending once every 30 mins. I'm kinda hoping we could not be restricted by that. But i also understand the pros of having it unqiue. Could we have an option that
|
|
Why not just run the blend after the national-xg only? (or, more generally, after the final forecaster due to run) |
|
I think now its no longer unique, so its not longer a problem |
|
I'll close this then. |
Uh oh!
There was an error while loading. Please reload this page.
I think currently forecasts init time are unique per 30 minute period. I imagine this is good for speeding up querying.
We currerntly run blend service more than once every 30 mins, after uk-pvnet-app is finished and national_xg is finished. Sometimes if we trigger uk-pvnet-app manually, it would also run multiple times in a 30 min period.
I'm not sure there is a way round this witht he current set up. Perhaps there could be an
UpdateForecastroute?All reactions