Skip to content

Commit

Permalink
SEBSERV-560 only master needs to update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Jul 18, 2024
1 parent 1ef1052 commit 9385894
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ public void updateClientConnections() {
public void updateActiveGroups() {
try {

if (!webserviceInfo.isMaster()) {
return;
}

if (screenProctoringGroupDAO.hasActiveGroups()) {
screenProctoringAPIBinding
.getActiveGroupSessionCounts()
Expand Down

0 comments on commit 9385894

Please sign in to comment.