-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Current Behavior
Hello,
I have noticed that Schedules are not respecting API RATELIMIT.
I have tried a very high value in .env
APP_API_APPLICATION_RATELIMIT=100000
APP_API_CLIENT_RATELIMIT=100000
pino@rr22676:/var/www/pterodactyl# php artisan config:show http
http .............................................................................................................................................
rate_limit ⇁ client_period ..................................................................................................................... 1
rate_limit ⇁ client ....................................................................................................................... 100000
rate_limit ⇁ application_period ................................................................................................................ 1
rate_limit ⇁ application .................................................................................................................. 100000
Expected Behavior
Schedules respecting API RATELIMITS
Steps to Reproduce
- Create a server on the panel
- Go to Schedules
- Create 3 schedules (pretty much with a normal user speed)
You will notice that at 3th schedule creation it will stuck you with 429 Too many attempts
Panel Version
v1.12.0
Wings Version
v1.12.1
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
- I have searched the existing issues before opening this issue. I understand that maintainers may close this issue without communication if I have not provided sufficient information.