Skip to content

IVS-492 - API Rate Limiting#200

Merged
rw-bsi merged 1 commit intodevelopmentfrom
IVS-492_API_Rate_Limiting
Jul 17, 2025
Merged

IVS-492 - API Rate Limiting#200
rw-bsi merged 1 commit intodevelopmentfrom
IVS-492_API_Rate_Limiting

Conversation

@rw-bsi
Copy link
Contributor

@rw-bsi rw-bsi commented Jul 15, 2025

Current configuration:

  • allowed to submit 10 Validation Requests per hour via the API
  • allowed to list/retrieve info via the API at a rate of 1000/hour (or 100/hour if anonymous, which we don't allow)
'DEFAULT_THROTTLE_RATES': {
        'anon': '100/hour',
        'user': '1000/hour',
        'submit_validation_request': '10/hour'
    }

Copy link
Contributor

@Ghesselink Ghesselink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you wait with merging this into development until after the 0.7.7.1 release (it's a bit delayed, sorry)

@rw-bsi rw-bsi merged commit 60b9efa into development Jul 17, 2025
3 checks passed
@rw-bsi rw-bsi deleted the IVS-492_API_Rate_Limiting branch July 17, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants