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

fix: Throttle Signup limit on production #1163

Merged
merged 2 commits into from
Sep 14, 2023
Merged

fix: Throttle Signup limit on production #1163

merged 2 commits into from
Sep 14, 2023

Conversation

dati18
Copy link
Contributor

@dati18 dati18 commented Sep 13, 2023

No description provided.

@m90
Copy link
Contributor

m90 commented Sep 14, 2023

Note that while the change only touches the production file, it will also affect staging, so we need to apply it to both envs after merging.

@m90
Copy link
Contributor

m90 commented Sep 14, 2023

I also just double checked and we're now at 3 sign ups in the last 24h, which means this is good to go.

>>> User::where('created_at', '>=', \Carbon\Carbon::now()->sub(new \DateInterval('PT24H')))->count()
=> 3

@m90 m90 merged commit 828c621 into main Sep 14, 2023
2 checks passed
@m90 m90 deleted the throttle-signup branch September 14, 2023 13:12
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

Successfully merging this pull request may close these issues.

2 participants