mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user