You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to interface.validate_group(interface.match_group) can be too expensive when the number of members is very large. To avoid any timeout or the UI triggering the same task several times, we should move this call to be part of the celery task.
The text was updated successfully, but these errors were encountered:
The call to
interface.validate_group(interface.match_group)
can be too expensive when the number of members is very large. To avoid any timeout or the UI triggering the same task several times, we should move this call to be part of the celery task.The text was updated successfully, but these errors were encountered: