Rate limit hit during full keycloak sync #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We are hitting some kind of rate limit during the periodic full keycloak sync. It's a matrix limit, we should figure out if we can let our bot ignore rate limits, or build in a pacing timer (sleep) after each request.
Workaround: Users can be manually synced in the keycloak log channel by typing
!kc sync user @username:inter-actief.netStack trace:
changed the description
We can override the rate limit for a user:
https://element-hq.github.io/synapse/latest/admin_api/user_admin_api.html#set-ratelimit
Setting both to 0 will disable rate limits for the user:
I set the rate limit with these commands. Got the admin token from checking the session data when logged into https://admin.matrix.ia.utwente.nl
To check the current rate limit setting:
To disable rate limiting: