Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
89cd9321
Unverified
Commit
89cd9321
authored
5 years ago
by
Syed Muhammad Dawoud Sheraz Ali
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #22276 from edx/dsheraz/PROD-976
remove small job queue condition for bulk email task
parents
9a45a411
50fe8516
No related branches found
Branches containing commit
Tags
release-2021-06-07-11.14
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/bulk_email/tasks.py
+0
-4
0 additions, 4 deletions
lms/djangoapps/bulk_email/tasks.py
with
0 additions
and
4 deletions
lms/djangoapps/bulk_email/tasks.py
+
0
−
4
View file @
89cd9321
...
...
@@ -195,10 +195,6 @@ def perform_delegate_email_batches(entry_id, course_id, task_input, action_name)
total_recipients
=
combined_set
.
count
()
routing_key
=
settings
.
BULK_EMAIL_ROUTING_KEY
# if there are few enough emails, send them through a different queue
# to avoid large courses blocking emails to self and staff
if
total_recipients
<=
settings
.
BULK_EMAIL_JOB_SIZE_THRESHOLD
:
routing_key
=
settings
.
BULK_EMAIL_ROUTING_KEY_SMALL_JOBS
# Weird things happen if we allow empty querysets as input to emailing subtasks
# The task appears to hang at "0 out of 0 completed" and never finishes.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment