Closed sjschlapbach closed 2 months ago
[!WARNING]
Rate limit exceeded
@sjschlapbach has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 21 minutes and 10 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between 19c2cba1739b664432caa72c6ed9dbc10edf92fe and 02673ba693a368e6501a2f1b7b8e0523b43062f7.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Failed conditions
3.7% Duplication on New Code (required ≤ 3%)
Passed #2829
•
cbef44d2aa ℹ️: Merge 02673ba693a368e6501a2f1b7b8e0523b43062f7 into 19c2cba1739b664432caa72c6ed9...
Project |
klicker-uzh
|
Branch Review |
GroupAssignmentLogic
|
Run status |
Passed #2829
|
Run duration | 08m 54s |
Commit |
cbef44d2aa ℹ️: Merge 02673ba693a368e6501a2f1b7b8e0523b43062f7 into 19c2cba1739b664432caa72c6ed9...
|
Committer | Julius Schlapbach |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
1
|
Pending |
0
|
Skipped |
0
|
Passing |
42
|
View all changes introduced in this branch ↗︎ |
This pull request adds the logic required to compute randomized groups either on a running bases or on reaching the deadline / manually triggering the assignment of groups by the lecturer. Corresponding cronjobs and backend logic will be added in a separate PR