hyperioxx / frontman

Frontman is an open-source API gateway written in Go that allows you to manage your microservices and expose them as a single API endpoint. It acts as a reverse proxy and handles requests from clients, routing them to the appropriate backend service.

Home Page:https://frontman-labs.github.io/frontman/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retry mechanism upon request failure

amityahav opened this issue · comments

there is already a 'retryAttempts' field in the service configuration. we should implement retry mechanism (sleep, exp backoff..)