Skip to content

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 406 Bytes

File metadata and controls

executable file
·
10 lines (6 loc) · 406 Bytes

REQUEST with Retry State Machine

request-retry

Request with delayed retry example

  • Performs Retry on error or timeout after delay
  • ERROR on max retries/timeouts reached

FSM transitions presented in a compact & readable way - Transitions table. Implementing Mealy machine with guards functionality for max retries.