Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial static rate limit #208

Merged
merged 5 commits into from
Sep 20, 2024
Merged

initial static rate limit #208

merged 5 commits into from
Sep 20, 2024

Conversation

jr1221
Copy link
Contributor

@jr1221 jr1221 commented Sep 20, 2024

Basic rate limit.

100ms --> 4403 messages
0ms --> 17643 messages

This is messy and could be improved on. Need to revise function signatures and cleanup processor.

@jr1221 jr1221 self-assigned this Sep 20, 2024
@jr1221
Copy link
Contributor Author

jr1221 commented Sep 20, 2024

Also fixes scylla ID.

compose.yml Show resolved Hide resolved
scylla-server/src/processors/mqtt_processor.rs Outdated Show resolved Hide resolved
scylla-server/src/processors/mqtt_processor.rs Outdated Show resolved Hide resolved
@jr1221 jr1221 marked this pull request as ready for review September 20, 2024 19:01
@jr1221 jr1221 linked an issue Sep 20, 2024 that may be closed by this pull request
@jr1221 jr1221 merged commit afcbdd0 into develop Sep 20, 2024
5 checks passed
@jr1221 jr1221 deleted the 183-scylla-static-regen branch September 20, 2024 19:18
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.

[Scylla] - Implement basic static rate limiting
2 participants