Skip to content

Create endpoint that receives notifications for multiple elements#985

Open
basseche wants to merge 2 commits intomainfrom
endpoint_notifyMultipleElementsChange
Open

Create endpoint that receives notifications for multiple elements#985
basseche wants to merge 2 commits intomainfrom
endpoint_notifyMultipleElementsChange

Conversation

@basseche
Copy link
Copy Markdown
Contributor

PR Summary

@basseche basseche self-assigned this Apr 29, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

Warning

Rate limit exceeded

@basseche has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 30 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ 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 for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9156797f-a77d-4381-85cf-f401d082ce5b

📥 Commits

Reviewing files that changed from the base of the PR and between bbc1053 and 158a949.

📒 Files selected for processing (3)
  • src/main/java/org/gridsuite/study/server/controller/StudyController.java
  • src/main/java/org/gridsuite/study/server/service/StudyService.java
  • src/test/java/org/gridsuite/study/server/studycontroller/StudyTest.java

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 4 minutes and 30 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

.contentType(MediaType.APPLICATION_JSON)
.content(mapper.writeValueAsString(studiesUuid)))
.andExpect(status().isOk());
checkStudyMetadataUpdatedMessagesReceived(2);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

checkStudyMetadataUpdatedMessagesReceived(studyUuids.size());

@basseche basseche requested a review from ghazwarhili April 30, 2026 14:04
@sonarqubecloud
Copy link
Copy Markdown

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.

2 participants