Move indexing retry amount to the literals.py module. Specify retry delay in the task decorator to reduce repetition.
This commit is contained in:
1
mayan/apps/document_indexing/literals.py
Normal file
1
mayan/apps/document_indexing/literals.py
Normal file
@@ -0,0 +1 @@
|
||||
RETRY_DELAY = 20 # TODO: convert this into a config option
|
||||
Reference in New Issue
Block a user