[GH-ISSUE #332] Fix team size counting #253

Closed
opened 2026-02-25 23:41:47 +03:00 by kerem · 0 comments
Owner

Originally created by @cuu508 on GitHub (Feb 14, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/332

Healthchecks has different team size limits depending on plan:

  • Hobbyist: 3
  • Business: 10
  • Business Plus: Unlimited

Currently, the limit is applied to each project separately. For example, a Hobbyist user could create 10 projects, and invite 2 different users per projects, or 20 users total.

The way I would like this to work: Healthchecks should apply the limit to the number of unique users across all projects.

For example, if I invite the same user foo@example.org to all 10 of my projects, that should count as only a single "seat" used up. However, if I include foo@example.org to one project, and bar@example.org to another project, that's 2 seats used up.

Originally created by @cuu508 on GitHub (Feb 14, 2020). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/332 Healthchecks has different team size limits depending on plan: * Hobbyist: 3 * Business: 10 * Business Plus: Unlimited Currently, the limit is applied to each project separately. For example, a Hobbyist user could create 10 projects, and invite 2 different users per projects, or 20 users total. The way I would like this to work: Healthchecks should apply the limit to the number of unique users across all projects. For example, if I invite the same user `foo@example.org` to all 10 of my projects, that should count as only a single "seat" used up. However, if I include `foo@example.org` to one project, and `bar@example.org` to another project, that's 2 seats used up.
kerem closed this issue 2026-02-25 23:41:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#253
No description provided.