terraform-provider-bigip
terraform-provider-bigip copied to clipboard
Adding code to GET the task until its no longer in progress. Fixes is…
…sue ##162
There was an issue in our F5 that was causing requests to take longer than 45 seconds which caused async responses. That issue on our F5 has been fixed so we're no longer getting async responses. I do believe there is still value in this PR but there's things I'd like to fix however I can't reproduce the problem anymore.
- instead of
result.Results[0].Message != "in progress"
the code could be checked. If an error code is returned return an error, if its a success code break.