elasticio / amqp-component

Component to talk to AMQP APIs (e.g. RabbitMQ)
Other
1 stars 1 forks source link

Investigate and fix "Component failed to start." issue #4

Open umkaline opened 4 years ago

umkaline commented 4 years ago

If component fails to establish a connection with AMQP server, then few next calls will cause "Component failed to start." error. STR:

  1. Create a working flow with AMQP component.
  2. Change credentials to the incorrect.
  3. Run flow with incorrect credentials.
  4. Fix credentials.
  5. Execute flow.

ER: Minigfull errors on executions with incorrect credentials.

AR: "Component failed to start." on the executions that follow failed executions.

umkaline commented 4 years ago

Reopened as https://github.com/elasticio/elasticio/issues/4660

A3a3e1 commented 4 years ago

Blocked by https://github.com/elasticio/elasticio/issues/4660