NREL / OpenStudio-server

The OpenStudio Server is a docker or Helm deployable instance which allows for large-scale parametric analyses of building energy models using the OpenStudio or URBANopt CLIs.
http://www.openstudio.net/
Other
45 stars 20 forks source link

mass requeue datapoints #778

Closed brianlball closed 1 month ago

brianlball commented 1 month ago

create a method to requeue datapoints, in a single analysis, that do not have a Status Message = completed normal. This is for the case where its Status is started but its Status Message is not completed normal. This typically means the resque worker has died and did not get requeued for whatever reason. There is also the case where the DP is queued and its status is also not completed normal, these will also get requeued if just checking on Status Message = completed normal, but there is no harm in putting it back in the queue.