You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Override these in your deployment settings to change when digests are delivered.
187
190
188
191
.. 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.
190
193
191
194
The management command still exists but is now a no-op with a deprecation warning:
192
195
``WARNING: This command is deprecated. Digest emails are now scheduled automatically. Please remove cron jobs using this command.``
193
196
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.
0 commit comments