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
97151ae4
Unverified
Commit
97151ae4
authored
7 years ago
by
Eric Fischer
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #17761 from edx/efischer/EDUCATOR-2456
Delete some unused settings
parents
fa90d6e6
2b9ee256
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/envs/aws.py
+0
-9
0 additions, 9 deletions
lms/envs/aws.py
with
0 additions
and
9 deletions
lms/envs/aws.py
+
0
−
9
View file @
97151ae4
...
...
@@ -100,15 +100,6 @@ CELERY_QUEUES = {
}
CELERY_ROUTES
=
"
{}celery.Router
"
.
format
(
QUEUE_VARIANT
)
# If we're a worker on the high_mem queue, set ourselves to die after processing
# one request to avoid having memory leaks take down the worker server. This env
# var is set in /etc/init/edx-workers.conf -- this should probably be replaced
# with some celery API call to see what queue we started listening to, but I
# don't know what that call is or if it's active at this point in the code.
if
os
.
environ
.
get
(
'
QUEUE
'
)
==
'
high_mem
'
:
CELERYD_MAX_TASKS_PER_CHILD
=
1
CELERYBEAT_SCHEDULE
=
{}
# For scheduling tasks, entries can be added to this dict
########################## NON-SECURE ENV CONFIG ##############################
...
...
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