Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
4cc39abf
Commit
4cc39abf
authored
9 years ago
by
Feanil Patel
Browse files
Options
Downloads
Patches
Plain Diff
Update celery config for config files I missed.
parent
3d7a6d8b
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cms/envs/aws.py
+1
-2
1 addition, 2 deletions
cms/envs/aws.py
cms/envs/test.py
+1
-3
1 addition, 3 deletions
cms/envs/test.py
cms/envs/yaml_config.py
+1
-2
1 addition, 2 deletions
cms/envs/yaml_config.py
lms/envs/yaml_config.py
+1
-2
1 addition, 2 deletions
lms/envs/yaml_config.py
with
4 additions
and
9 deletions
cms/envs/aws.py
+
1
−
2
View file @
4cc39abf
...
...
@@ -60,8 +60,7 @@ BROKER_POOL_LIMIT = 0
BROKER_CONNECTION_TIMEOUT
=
1
# For the Result Store, use the django cache named 'celery'
CELERY_RESULT_BACKEND
=
'
cache
'
CELERY_CACHE_BACKEND
=
'
celery
'
CELERY_RESULT_BACKEND
=
'
djcelery.backends.cache:CacheBackend
'
# When the broker is behind an ELB, use a heartbeat to refresh the
# connection and to detect if it has been dropped.
...
...
This diff is collapsed.
Click to expand it.
cms/envs/test.py
+
1
−
3
View file @
4cc39abf
...
...
@@ -187,9 +187,7 @@ simplefilter('ignore')
################################# CELERY ######################################
CELERY_ALWAYS_EAGER
=
True
CELERY_RESULT_BACKEND
=
'
cache
'
CELERY_CACHE_BACKEND
=
'
memory
'
CELERY_RESULT_BACKEND
=
'
djcelery.backends.cache:CacheBackend
'
########################### Server Ports ###################################
...
...
This diff is collapsed.
Click to expand it.
cms/envs/yaml_config.py
+
1
−
2
View file @
4cc39abf
...
...
@@ -75,8 +75,7 @@ BROKER_POOL_LIMIT = 0
BROKER_CONNECTION_TIMEOUT
=
1
# For the Result Store, use the django cache named 'celery'
CELERY_RESULT_BACKEND
=
'
cache
'
CELERY_CACHE_BACKEND
=
'
celery
'
CELERY_RESULT_BACKEND
=
'
djcelery.backends.cache:CacheBackend
'
# When the broker is behind an ELB, use a heartbeat to refresh the
# connection and to detect if it has been dropped.
...
...
This diff is collapsed.
Click to expand it.
lms/envs/yaml_config.py
+
1
−
2
View file @
4cc39abf
...
...
@@ -112,8 +112,7 @@ BROKER_POOL_LIMIT = 0
BROKER_CONNECTION_TIMEOUT
=
1
# For the Result Store, use the django cache named 'celery'
CELERY_RESULT_BACKEND
=
'
cache
'
CELERY_CACHE_BACKEND
=
'
celery
'
CELERY_RESULT_BACKEND
=
'
djcelery.backends.cache:CacheBackend
'
# When the broker is behind an ELB, use a heartbeat to refresh the
# connection and to detect if it has been dropped.
...
...
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