management: Rename the deliver_email command to deliver_scheduled_email.

This makes it parallel with deliver_scheduled_messages, and clarifies
that it is not used for simply sending outgoing emails (e.g. the
`email_senders` queue).

This also renames the supervisor job to match.
This commit is contained in:
Alex Vandiver
2021-05-11 01:32:31 +00:00
committed by Tim Abbott
parent f7baa3c388
commit 0f1611286d
10 changed files with 32 additions and 26 deletions

View File

@@ -911,7 +911,7 @@ LOGGING: Dict[str, Any] = {
"zerver.lib.digest": {
"level": "DEBUG",
},
"zerver.management.commands.deliver_email": {
"zerver.management.commands.deliver_scheduled_emails": {
"level": "DEBUG",
},
"zerver.management.commands.enqueue_digest_emails": {