mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-31 04:52:18 +00:00

# Which Problems Are Solved Quota notification integration test failed sometimes due to eventual consistency issues, which resulted in calls which should have been counted to the quota not being added. This resulted in flaky integration tests as the expected API calls to be limited were executed normally. # How the Problems Are Solved As there is no API call to query the currently applied Quota, there was a sleep added as a last effort, to give some time that the event gets processed into the projection. # Additional Changes None # Additional Context Related to https://github.com/zitadel/zitadel/actions/runs/13922326003/job/38959595055 Co-authored-by: Livio Spring <livio.a@gmail.com> (cherry picked from commit 5ca76af7790769273ee0e27375510b78b37e859e)