Evaluate using Fly's edge rate-limiting capabilities as an alternative approach to implement shared rate limiting across multiple instances.
This solution would:
- Leverage Fly's built-in edge rate-limiting features
- Avoid the need for a separate shared store (Redis or Postgres)
- Handle rate limiting at the edge before requests reach the application instances
Related to: #79
Evaluate using Fly's edge rate-limiting capabilities as an alternative approach to implement shared rate limiting across multiple instances.
This solution would:
Related to: #79