IMP connector_walmart increase the padding of fetch times to 10 minutes.

Sometimes orders don't get imported, but after setting the import time back, they will be imported.  Ultimately, we don't know why this is the case, but increasing this should help at the cost of having potentially more "previously imported" queue jobs. This should be a good trade off.
This commit is contained in:
Jared Kipe
2018-10-04 09:40:36 +02:00
parent ae35be4df5
commit 2eb83f6217

View File

@@ -11,7 +11,7 @@ from ...components.api.walmart import Walmart
_logger = getLogger(__name__)
IMPORT_DELTA_BUFFER = 60 # seconds
IMPORT_DELTA_BUFFER = 600 # seconds
class WalmartBackend(models.Model):