defnull / defnull/bbblb

Soft and hard limits for concurrent users per tenant.

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature PR welcome
Dominant language
Python
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Limiting the participants per meeting is already possible with tenant overrides, but some scenarios can benefit from the ability to also limit the total number of users across all meetings.

Proposal: Allow to configure soft and hard limits for concurrent participants per tenant.

  • When the soft limit is reached, no new meetings can be created. Users will still be able to join existing meetings.
  • When the hard limit is reached, then no meetings can be created or joined. The join link will instead return an error page explaining the issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is identified. Start by locating the tenant-override handling and the meeting creation and join-link entry points; done means soft and hard concurrent-participant limits can be configured per tenant and enforce the stated creation, joining, and error-page behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.