Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Create functions do not retry when there is an error #20

Open
ashinohara opened this issue Nov 2, 2018 · 1 comment
Open

Create functions do not retry when there is an error #20

ashinohara opened this issue Nov 2, 2018 · 1 comment

Comments

@ashinohara
Copy link

Terraform Version

Terraform v0.11.7

Affected Resource(s)

Please list the resources as a list, for example:

  • rabbitmq_vhost
  • rabbitmq_queue
  • rabbitmq_exchange
  • rabbitmq_user
  • rabbitmq_binding

Expected Behavior

If the rabbitmq server is not reachable, terraform should retry until a timeout has elapsed.

Actual Behavior

Terraform halts execution when an error is returned from rabbitmq.

Steps to Reproduce

If you attempt to terraform both the rabbitmq server and the queues, etc. in the same project then the creation of rabbitmq resources will fail until rabbitmq server is up. This is particularly difficult when dealing with things like DNS resolution.

@cwood
Copy link

cwood commented Apr 10, 2019

I actully get this same issue but its not from the server not being up as much as the vhost isnt up and you need to set permissions and add a user. So the backend fails with a 400.

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

No branches or pull requests

2 participants