You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happens if you close an election between the moment it is started and the moment the last ballot email is sent to voter? That is, in controllers/default.py between start() and start_callback()?
In theory, the code now handles it correctly since commit 330ed3d. But this has not actually been tested. We could easily test it with a delay loop to slow down the email sending (or logging to console), too.
The text was updated successfully, but these errors were encountered:
What happens if you close an election between the moment it is started and the moment the last ballot email is sent to voter? That is, in
controllers/default.py
betweenstart()
andstart_callback()
?In theory, the code now handles it correctly since commit 330ed3d. But this has not actually been tested. We could easily test it with a delay loop to slow down the email sending (or logging to console), too.
The text was updated successfully, but these errors were encountered: