Menu

#13 Configurable retry policy for failed API requests

closed
nobody
None
2026-08-03
2026-07-03
Anonymous
No

Originally created by: oluwagbemibenjamenfajinmi888-debug

It would be useful to make the retry behavior configurable when API requests fail due to temporary network issues or rate limits.

Suggested improvements:

  • Allow configuring maximum retry attempts.
  • Support exponential backoff.
  • Provide an option to disable retries.
  • Log retry attempts for easier debugging.

This would improve reliability in unstable network environments.

Related

Tickets: #106

Discussion

  • Anonymous

    Anonymous - 2026-08-03

    Originally posted by: sosidudku1

    Thanks. Retries already exist internally with a fixed policy, and we are currently revisiting retry behavior as part of [#47] and PR [#48], where aggressive retries masked a hang for 15 minutes. If a configurable policy is still needed after that lands, happy to reconsider in a new issue with a concrete use case. Closing for now.

     

    Related

    Tickets: #47
    Tickets: #48

  • Anonymous

    Anonymous - 2026-08-03

    Ticket changed by: sosidudku1

    • status: open --> closed
     

Log in to post a comment.