Skip to content
Snippets Groups Projects
Unverified Commit d7e29c21 authored by Awais Jibran's avatar Awais Jibran Committed by GitHub
Browse files

Merge pull request #18354 from edx/EDUCATOR-3004/add-10s-delay

Add 10 seconds delay to avoid exception
parents c96bc833 e2743083
No related merge requests found
......@@ -41,7 +41,7 @@ KNOWN_RETRY_ERRORS = ( # Errors we expect occasionally, should be resolved on r
DatabaseNotReadyError,
)
RECALCULATE_GRADE_DELAY_SECONDS = 2 # to prevent excessive _has_db_updated failures. See TNL-6424.
RETRY_DELAY_SECONDS = 30
RETRY_DELAY_SECONDS = 40
SUBSECTION_GRADE_TIMEOUT_SECONDS = 300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment