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 720720# .. regardless of Discovery service data.
721721COURSE_ACCESS_DURATION_MAX_WEEKS = 18
722722
723- # Used with XQueue
724- XQUEUE_WAITTIME_BETWEEN_REQUESTS = 5 # seconds
725- XQUEUE_INTERFACE = {
726- 'url' : 'http://localhost:18040' ,
727- 'basic_auth' : ['edx' , 'edx' ],
728- 'django_auth' : {
729- 'username' : 'lms' ,
730- 'password' : 'password'
731- }
732- }
733-
734- # Used with Email sending
735- RETRY_ACTIVATION_EMAIL_MAX_ATTEMPTS = 5
736- RETRY_ACTIVATION_EMAIL_TIMEOUT = 0.5
737-
738- # Software Secure request retry settings
739- # Time in seconds before a retry of the task should be 60 mints.
740- SOFTWARE_SECURE_REQUEST_RETRY_DELAY = 60 * 60
741- # Maximum of 6 retries before giving up.
742- SOFTWARE_SECURE_RETRY_MAX_ATTEMPTS = 6
743-
744723RETRY_CALENDAR_SYNC_EMAIL_MAX_ATTEMPTS = 5
745724
746725############################# SET PATH INFORMATION #############################
You can’t perform that action at this time.
0 commit comments