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

Add -x, --exit-after-batch arguments to send_queued_mail command #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marguslaak
Copy link

This feature is useful for email servers that have low throttling values. One can configure crontab with proper time interval and appropriate BATCH_SIZE to make sure that all the emails get sent

@@ -34,6 +34,11 @@ def add_arguments(self, parser):
type=int,
help='"0" to log nothing, "1" to only log errors',
)
parser.add_argument(
'-x', '--exit-after-batch',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this feature makes sense. Can you slightly change this to --max-batches? --max-batches=2 means it will exit after two batches of emails are sent.

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.

2 participants