Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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.

Assessment

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

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.

Description

feature PR welcome

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.
Dominant language
Python
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

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.

More from defnull/bbblb

All issues in defnull/bbblb

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.