Skip to content

Commit 9e7f1cb

Browse files
authored
Remove deprecated notification cron job instructions
1 parent f7dc6bb commit 9e7f1cb

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

source/site_ops/how-tos/enable_notifications.rst

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,10 @@ Key characteristics
172172

173173
New Settings
174174
************
175+
176+
As of Verawood, new settings have been added in
175177
`openedx/envs/common.py <https://github.com/openedx/openedx-platform/blob/09878a18f071318aa446fd78b37a95ba81a62581/openedx/envs/common.py#L2694>`_
178+
that govern how digests are delivered.
176179

177180
.. code-block:: python
178181
@@ -186,25 +189,12 @@ New Settings
186189
Override these in your deployment settings to change when digests are delivered.
187190

188191
.. warning::
189-
``send_email_digest`` management command is DEPRECATED. You should remove any cron jobs that call it.
192+
``send_email_digest`` management command, introduced in Ulmo, is DEPRECATED. You should remove any cron jobs that call it.
190193

191194
The management command still exists but is now a no-op with a deprecation warning:
192195
``WARNING: This command is deprecated. Digest emails are now scheduled automatically. Please remove cron jobs using this command.``
193196

194-
195-
DEPRECATED - Daily and weekly email digests
196-
===========================================
197-
198-
To enable these digests, site operators must configure `cron jobs <https://www.redhat.com/en/blog/linux-cron-command>`_ on the host machine where tutor is being used to deploy the Open edX platform.
199-
200-
On the Linux host machine site operators need to run `crontab -e` for adding the cron jobs. This command opens up
201-
an editor where the below mentioned command needs to be written. Site operators can modify these command to customize the
202-
time to send the notification email. They need to change the command to `tutor local ...` or `tutor k8s ...` depending on
203-
if they are running the instance locally or using kubernetes.
204-
205-
Daily digest - ``0 22 * * * tutor local run lms ./manage.py lms send_email_digest Daily``
206-
207-
Weekly digest - ``0 22 * * SUN tutor local run lms ./manage.py lms send_email_digest Weekly``
197+
If you are on an Ulmo system, please view this doc in the ``ulmo`` version for instructions on cron job configuration.
208198

209199

210200
Creating a new notification

0 commit comments

Comments
 (0)