Skip to content

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

Open
marguslaak wants to merge 1 commit into
ui:masterfrom
marguslaak:master
Open

Add -x, --exit-after-batch arguments to send_queued_mail command#292
marguslaak wants to merge 1 commit into
ui:masterfrom
marguslaak:master

Conversation

@marguslaak
Copy link
Copy Markdown

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

help='"0" to log nothing, "1" to only log errors',
)
parser.add_argument(
'-x', '--exit-after-batch',
Copy link
Copy Markdown
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