Skip to content

fix: stop past-due billing emails resending on every cron run#44

Merged
addidotlol merged 1 commit into
mainfrom
addison/fix-email-spam
Jul 9, 2026
Merged

fix: stop past-due billing emails resending on every cron run#44
addidotlol merged 1 commit into
mainfrom
addison/fix-email-spam

Conversation

@addidotlol

Copy link
Copy Markdown
Member

fixes #17

@TheHeroBrine422

Copy link
Copy Markdown
Contributor

I might just be dumb, but I don't see any changes in this that would prevent the emails from being sent on every cron run?

@addidotlol

Copy link
Copy Markdown
Member Author

I might just be dumb, but I don't see any changes in this that would prevent the emails from being sent on every cron run?

should've been more clear, this is more specifically an issue with users that would have "cancelled" their subscription, which would cause it to send emails it seems.

the main bulk of the "every 15 mins" was a mismatch between our preview and prod workers, which was mostly fixed but this patches some holes and prevents some others getting through

@lleyton lleyton self-requested a review July 9, 2026 05:21
@addidotlol addidotlol merged commit b60eba9 into main Jul 9, 2026
4 checks passed
@addidotlol addidotlol deleted the addison/fix-email-spam branch July 9, 2026 05:26
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.

payment emails are sent once every 15 minutes.

3 participants