reset request counts in rate limiter every day at midnight

This commit is contained in:
Owen
2024-12-17 12:15:47 +01:00
parent 70f067f747
commit 322c499725
10 changed files with 34 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
defmodule PlantIdDiscordBot.Scheduler do
use Quantum, otp_app: :plantid_discord_bot
end