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
https://github.com/gig-tech/ovc-sdk-go/blob/v1.4.1/ovc/client.go#L208-L250 : if querying the state of a task consistently returns a "404", the loop is never exited
The text was updated successfully, but these errors were encountered:
The case for 404 is wrong, there is no option of it not existing yet. If it's 404 the task result expired (happens 10min after completion of task).
At the time @redlicha tested this though openvcloud / master had a problem it would always return 404
Sorry, something went wrong.
No branches or pull requests
https://github.com/gig-tech/ovc-sdk-go/blob/v1.4.1/ovc/client.go#L208-L250 : if querying the state of a task consistently returns a "404", the loop is never exited
The text was updated successfully, but these errors were encountered: