Introduce a Req.RateLimiter module to fix API rate limit issues

This commit is contained in:
Claudio Ortolina
2026-03-02 15:04:45 +00:00
parent 99674eb8bc
commit a992c1f0dd
14 changed files with 211 additions and 37 deletions
+1
View File
@@ -10,6 +10,7 @@ defmodule MusicLibrary.Application do
@impl true
def start(_type, _args) do
_ = Assets.Cache.new()
_ = Req.RateLimiter.new()
children = [
MusicLibrary.Vault,