elasticio / amqp-component

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

Rework the logic of AMQP executions #24

Open MykytaDuniashev opened 2 weeks ago

MykytaDuniashev commented 2 weeks ago

Description

Krombacher wants to make the AMQP component more convenient to use. Currently, each scheduled flow execution will create a record in the Executions list with no messages and no logs inside. All the logs and emitted messages will appear in the first execution. This is inconvenient for error handling, and the problem is we store executions for 30 days, so after a month passes this execution will be lost.

Component Version

1.4.2

Definition of Done

HannaTrotsenko commented 2 weeks ago

https://github.com/elasticio/amqp-component/releases/tag/1.4.3