We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently hit the RateLimit from sentry::access::check_access in tests (ran asynchronously) quite often as it's they are timed tests.
RateLimit
sentry::access::check_access
access.rs
redis_connection
Event::UpdateTargeting
UPDATE_TARGETING
The text was updated successfully, but these errors were encountered:
Resolved in #372
Sorry, something went wrong.
simzzz
Successfully merging a pull request may close this issue.
We currently hit the
RateLimit
fromsentry::access::check_access
in tests (ran asynchronously) quite often as it's they are timed tests.access.rs
to setup a different Database in order to not have random failing testsredis_connection
Event::UpdateTargeting
(UPDATE_TARGETING
) #335)The text was updated successfully, but these errors were encountered: