We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The server will create incomplete datapoints which hang up the server. There is a 503 error in the resque admin page. Going into the resque admin page and clicking retry failed jobs will restart them and get the process going again. debugging reveals adding Retry's to the RestClient calls in https://github.com/NREL/OpenStudio-server/blob/develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb seems to alleviate the issue.
The text was updated successfully, but these errors were encountered:
testing in this branch looks successful so far https://github.com/NREL/OpenStudio-server/tree/restclient_retry
Sorry, something went wrong.
fixed in #436
@brianlball , can we close this ticket since you said it was fixed in #436.
brianlball
No branches or pull requests
The server will create incomplete datapoints which hang up the server.
There is a 503 error in the resque admin page.
Going into the resque admin page and clicking retry failed jobs will restart them and get the process going again.
debugging reveals adding Retry's to the RestClient calls in https://github.com/NREL/OpenStudio-server/blob/develop/server/app/jobs/dj_jobs/run_simulate_data_point.rb seems to alleviate the issue.
The text was updated successfully, but these errors were encountered: