cfreeman29 / FreyrFlow-Api

The API Gateway is a web application that acts as a centralized entry point for managing and routing API requests. It provides a user-friendly interface for configuring and monitoring API endpoints, allowing administrators to easily set up and control access to various APIs.
0 stars 0 forks source link

timeouts and retries #21

Open cfreeman29 opened 2 months ago

cfreeman29 commented 2 months ago

Allow configuration of timeout values for API responses to prevent the gateway from waiting indefinitely for a backend response. Additionally, settings for automatic retries on failure can help improve the reliability of the API.

linear[bot] commented 2 months ago
CFR-28 timeouts and retries

Allow configuration of timeout values for API responses to prevent the gateway from waiting indefinitely for a backend response. Additionally, settings for automatic retries on failure can help improve the reliability of the API.