Skip to content

Find out why rate-limiting is not working correctly #159

@bartjkdp

Description

@bartjkdp

This makes sure rate-limiting is being applied as designed, e.g. by using memcache backend. After releasing the new release the following errors occured. In the logs requests are blocked with status code 429:

image

image

Rate-limiting should not occur as requests are private endpoints and from logged in users.

Possible explanations:

  • The original IP is not determined correctly (check if we pass X-Forwarded-For correctly).
  • Logged in user is not determined correctly.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions