diff --git a/source/site_ops/how-tos/enable_notifications.rst b/source/site_ops/how-tos/enable_notifications.rst index 463070ef0..6c93e7733 100644 --- a/source/site_ops/how-tos/enable_notifications.rst +++ b/source/site_ops/how-tos/enable_notifications.rst @@ -172,7 +172,10 @@ Key characteristics New Settings ************ + +As of Verawood, new settings have been added in `openedx/envs/common.py `_ +that govern how digests are delivered. .. code-block:: python @@ -186,25 +189,12 @@ New Settings Override these in your deployment settings to change when digests are delivered. .. warning:: - ``send_email_digest`` management command is DEPRECATED. You should remove any cron jobs that call it. + ``send_email_digest`` management command, introduced in Ulmo, is DEPRECATED. You should remove any cron jobs that call it. The management command still exists but is now a no-op with a deprecation warning: ``WARNING: This command is deprecated. Digest emails are now scheduled automatically. Please remove cron jobs using this command.`` - -DEPRECATED - Daily and weekly email digests -=========================================== - -To enable these digests, site operators must configure `cron jobs `_ on the host machine where tutor is being used to deploy the Open edX platform. - -On the Linux host machine site operators need to run `crontab -e` for adding the cron jobs. This command opens up -an editor where the below mentioned command needs to be written. Site operators can modify these command to customize the -time to send the notification email. They need to change the command to `tutor local ...` or `tutor k8s ...` depending on -if they are running the instance locally or using kubernetes. - -Daily digest - ``0 22 * * * tutor local run lms ./manage.py lms send_email_digest Daily`` - -Weekly digest - ``0 22 * * SUN tutor local run lms ./manage.py lms send_email_digest Weekly`` +If you are on an Ulmo system, please view this doc in the ``ulmo`` version for instructions on cron job configuration. Creating a new notification