terraform-provider-bigip icon indicating copy to clipboard operation
terraform-provider-bigip copied to clipboard

Adding code to GET the task until its no longer in progress. Fixes is…

Open gageorsburn opened this issue 5 years ago • 1 comments

…sue ##162

gageorsburn avatar Oct 09 '19 21:10 gageorsburn

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.

gageorsburn avatar Oct 10 '19 13:10 gageorsburn