Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decrease send_instructor_email_digests batch size again
Decrease the batch size of the `send_instructor_email_digests()` Celery task again, this time decreasing it 10x from `10` to `1`. This is to enable us to see whether we could get away with removing the batching feature. We'll attempt to maintain the speed at which emails are generated at about the same rate by simultaneously increasing the task's rate limit, see: hypothesis/lms#5841 Slack thread: https://hypothes-is.slack.com/archives/C1MA4E9B9/p1700130444868909?thread_ts=1699980253.387059&cid=C1MA4E9B9
- Loading branch information