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 double correspondence email notification #13550

Merged
merged 1 commit into from Sep 9, 2023

Conversation

kraktus
Copy link
Member

@kraktus kraktus commented Sep 6, 2023

The function tick() is run every 10 min, but the emails are sent in a timeframe of 11 minutes, so they can be sent at 5:00 and 5:10. That minute laps was set to be sure at least once per day an email would be sent, but it seems unecessary and produce way too more duplication emails.

fix #12688

The function `tick()` is run every 10 min, but the emails are sent in a timeframe of 11 minutes, so they can be sent at 5:00 and 5:10. That minute laps was set to be sure at least once per day an email would be sent, but it seems unecessary and produce way too more duplication emails.

fix lichess-org#12688
@ornicar ornicar merged commit 8d84490 into lichess-org:master Sep 9, 2023
3 checks passed
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.

Receiving two correspondence emails per day
2 participants