feat(growth): schedule founder emails on Pacific business mornings - #1044
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
blove
enabled auto-merge (squash)
September 7, 2026 01:19
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.
Schedule founder campaign email for weekday mornings in Pacific time. A new enrollment now waits until the next weekday at 7 a.m.; the second email follows three business days after the first is accepted, and the final email follows five business days after the second is accepted. Each date uses America/Los_Angeles so daylight-saving changes preserve the local hour.
Existing Neon jobs and the cron remain the scheduler. Campaign leases, final authorization and provider submission enforce a weekday 7–8 a.m. retry window. Missed windows wait for the next weekday. Transactional fulfillment and internal notifications keep their existing behavior. Replies, suppression, deletion, enrollment deduplication and the three-step limit remain in force.
Also scope interrupted-worker authorization recovery to the current lease: a safely deferred historical authorization must not make a later, unauthorized worker interruption look like an unknown provider submission.
Validation: Growth and lifecycle tests/lint; Growth and lifecycle builds; lifecycle check; disposable Neon integration coverage for DST, late acceptance, replay, stops, missed windows and interrupted leases. Production inventory found no pending campaign jobs requiring conversion. No new infrastructure, dependencies or migration.