Skip to content

Releases: waldbaer/node-red-retry

1.1.0 (2024-10-10)

Choose a tag to compare

@waldbaer waldbaer released this 10 Oct 18:19

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)

Choose a tag to compare

@waldbaer waldbaer released this 05 Sep 21:03

Initial version of the retry node!

Features

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