Skip to content
New issue

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

Incomplete datapoints are created causing server hang #435

Closed
brianlball opened this issue Nov 13, 2018 · 3 comments
Closed

Incomplete datapoints are created causing server hang #435

brianlball opened this issue Nov 13, 2018 · 3 comments
Assignees
Labels

Comments

@brianlball
Copy link
Contributor

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.

@brianlball brianlball self-assigned this Nov 13, 2018
@brianlball
Copy link
Contributor Author

testing in this branch looks successful so far
https://github.com/NREL/OpenStudio-server/tree/restclient_retry

@brianlball
Copy link
Contributor Author

fixed in #436

@nllong
Copy link
Member

nllong commented Nov 14, 2018

@brianlball , can we close this ticket since you said it was fixed in #436.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants