Merge pull request #8122 from edx/aamir-khan/ECOM-1590-populate-requirements-table-new

ECOM-1590: added the min_grade as a requirements
This commit is contained in:
Aamir
2015-05-28 15:04:31 +05:00
12 changed files with 697 additions and 4 deletions

View File

@@ -960,3 +960,13 @@ XBLOCK_SETTINGS = {
"licensing_enabled": FEATURES.get("LICENSING", False)
}
}
################################ Settings for Credit Course Requirements ################################
# Initial delay used for retrying tasks.
# Additional retries use longer delays.
# Value is in seconds.
CREDIT_TASK_DEFAULT_RETRY_DELAY = 30
# Maximum number of retries per task for errors that are not related
# to throttling.
CREDIT_TASK_MAX_RETRIES = 5