Limiter l’accès au site à 30 requêtes par minute pour les utilisateurs non connectés - #6471
Merged
Conversation
francoisfreitag
force-pushed
the
ff/rate-limit-more
branch
2 times, most recently
from
July 4, 2025 07:31
95d5f4c to
ef108b3
Compare
Since this morning, we’re receiving about 80K requests per hour, whereas usual traffic in peak hours is around 5K requests per hour. It looks like robots crawling the public companies and job description pages. Try rate limiting them per IP, even though they might just change IP as soon as they get a 429…
francoisfreitag
force-pushed
the
ff/rate-limit-more
branch
from
July 4, 2025 07:32
ef108b3 to
aea1ca6
Compare
tonial
approved these changes
Jul 4, 2025
EwenKorr
approved these changes
Jul 4, 2025
francoisfreitag
enabled auto-merge
July 4, 2025 07:32
francoisfreitag
added this pull request to the merge queue
Jul 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 Pourquoi ?
Depuis ce matin, nous recevons environ 80K requêtes par heure, au lieu des 5K habituelles en heures de pointe.
Le traffic additionnel semble provenir de robots qui parcourent le site sans ménagement.
🍰 Comment ?
Modifier l’intergiciel de régulation du trafic qui existait pour les utilisateurs connectés afin qu’il limite également le trafic pour les requêtes anonymes.