Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
e4b445b5
Commit
e4b445b5
authored
May 29, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #377 from edx/will/celery-broker-settings
Will/celery broker settings
parents
94aeb71e
0da1e744
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
settings/dev.py
+13
-0
No files found.
settings/dev.py
View file @
e4b445b5
...
@@ -106,3 +106,16 @@ ORA2_AI_ALGORITHMS = {
...
@@ -106,3 +106,16 @@ ORA2_AI_ALGORITHMS = {
'fake'
:
'openassessment.assessment.worker.algorithm.FakeAIAlgorithm'
,
'fake'
:
'openassessment.assessment.worker.algorithm.FakeAIAlgorithm'
,
'ease'
:
'openassessment.assessment.worker.algorithm.EaseAIAlgorithm'
'ease'
:
'openassessment.assessment.worker.algorithm.EaseAIAlgorithm'
}
}
# Celery Broker
CELERY_BROKER_TRANSPORT
=
"amqp"
CELERY_BROKER_HOSTNAME
=
"localhost:5672//"
CELERY_BROKER_USER
=
"guest"
CELERY_BROKER_PASSWORD
=
"guest"
BROKER_URL
=
"{0}://{1}:{2}@{3}"
.
format
(
CELERY_BROKER_TRANSPORT
,
CELERY_BROKER_USER
,
CELERY_BROKER_PASSWORD
,
CELERY_BROKER_HOSTNAME
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment