DEV-420 Rate limiting - #66
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jfmath04
reviewed
Feb 4, 2026
asze17
marked this pull request as ready for review
February 5, 2026 18:43
jfmath04
reviewed
Feb 7, 2026
jfmath04
left a comment
Contributor
There was a problem hiding this comment.
Code looks good, make a migration to add the model in and commit the migration script.
| def handle_email_now(mail_data, user): | ||
| is_test = mail_data["schedule"] == "test" | ||
|
|
||
| if not settings.DEBUG: |
Contributor
There was a problem hiding this comment.
we can change this to if settings.SEND_EMAIL (merge from preview first)
jfmath04
requested changes
Feb 9, 2026
jfmath04
left a comment
Contributor
There was a problem hiding this comment.
Nice work! Just a few comments for you to review.
asze17
force-pushed
the
rate-limiting
branch
from
February 12, 2026 01:44
cb97f81 to
d987cfa
Compare
asze17
force-pushed
the
rate-limiting
branch
from
February 12, 2026 18:46
d987cfa to
c7063d2
Compare
jfmath04
force-pushed
the
rate-limiting
branch
from
February 17, 2026 07:05
6734a04 to
b296dce
Compare
jfmath04
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Proposed Changes