Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invite links expire regularly #128

Open
astrojuanlu opened this issue Jan 23, 2024 · 0 comments
Open

Invite links expire regularly #128

astrojuanlu opened this issue Jan 23, 2024 · 0 comments

Comments

@astrojuanlu
Copy link
Member

At the moment we're relying on invite links, which have no time limits but expire after 400 signups https://slack.com/intl/en-gb/help/articles/201330256-Invite-new-members-to-your-workspace

On the free, Pro and Business+ subscriptions, members with permission to send invitations can also share an invitation link. Each invitation link can be used by up to 400 people.

This

  1. Creates toil, because everytime the link expires, a new one has to be generated and the slack.kedro.org redirect needs to be updated
  2. Slack doesn't tell you that a link expired, so it's up to you to monitor it, or someone complaining that the link doesn't work

I recalled there were several auto-invite services but for some reason I can't find them anymore. I did some research and it seems like Slack made some changes to the API and this cannot be easily done anymore.

An alternative could be having some sort of "ping" that checks whether the link still works to send an automated alert. But it's still very reactive.

Another solution could be tracking the number of new users that have joined since the last link was enacted. That way we can preemptively generate a new one when it's about to expire.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant