reverbdotcom / reverb-magento

Magento 1.x plugin for syncing with Reverb
Other
7 stars 10 forks source link

Increases window of how far back we will go to fetch orders [Ref #160] #161

Closed skwp closed 8 years ago

skwp commented 8 years ago

This is a temporary "fix" for #160 where we occasionally fail to correctly fetch orders. In both cases where this happened, increasing the sync window seemed to recover the missing orders.

My guess is the underlying issue is a timezone mismatch or something related to us not fetching far back enough if we've missed a few fetches.

skwp commented 8 years ago

I now believe the issue is around people's cron not working. See: #160. I won't merge this for now.