Move indexing retry amount to the literals.py module. Specify retry delay in the task decorator to reduce repetition.

This commit is contained in:
Roberto Rosario
2015-07-11 16:24:51 -04:00
parent 0238be7a18
commit 17d969dafe
2 changed files with 10 additions and 9 deletions

View File

@@ -0,0 +1 @@
RETRY_DELAY = 20 # TODO: convert this into a config option