Skip to content

Releases: waldbaer/node-red-retry

1.1.0 (2024-10-10)

10 Oct 18:19
Compare
Choose a tag to compare

Features

  • Add a second output port where subsequent error messages are routed if the retry limit is exceeded.

Improvements

  • Config editor CSS settings
  • Development infrastructure

1.0.0 (2024-09-05)

05 Sep 21:03
Compare
Choose a tag to compare

Initial version of the retry node!

Features

  • Limit number of retry approaches.
  • Supported retry strategies:
    • 'Immediate'
    • 'Fixed Delay'
    • 'Random Delay'