ECOM-1590: added the min_grade as a requirements

This commit is contained in:
aamir-khan
2015-05-20 19:32:23 +05:00
parent c48dccce5c
commit 97b5ff7e8b
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