File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 718718# .. regardless of Discovery service data.
719719COURSE_ACCESS_DURATION_MAX_WEEKS = 18
720720
721- # Used with XQueue
722- XQUEUE_WAITTIME_BETWEEN_REQUESTS = 5 # seconds
723- XQUEUE_INTERFACE = {
724- 'url' : 'http://localhost:18040' ,
725- 'basic_auth' : ['edx' , 'edx' ],
726- 'django_auth' : {
727- 'username' : 'lms' ,
728- 'password' : 'password'
729- }
730- }
731-
732- # Used with Email sending
733- RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS = 5
734- RETRY_ACTIVATION_EMAIL_TIMEOUT = 0.5
735-
736- # Software Secure request retry settings
737- # Time in seconds before a retry of the task should be 60 mints.
738- SOFTWARE_SECURE_REQUEST_RETRY_DELAY = 60 * 60
739- # Maximum of 6 retries before giving up.
740- SOFTWARE_SECURE_RETRY_MAX_ATTEMPTS = 6
741-
742721RETRY_CALENDAR_SYNC_EMAIL_MAX_ATTEMPTS = 5
743722
744723############################# SET PATH INFORMATION #############################
You can’t perform that action at this time.
0 commit comments