Jared Kipe

Results 5 issues of Jared Kipe

## Overview Currently, 10s timeout gets broken down into ~5s timeout request and two ~2s timeout requests. This will cause leader elections with even moderate etcd unavailability (I believe `retry_timeout`...

v5

No invoice had a link to its TXN, but the field post_txn_guid was filled and verifiable by filtering `book.transactions` for that guid. Very likely this fixes the same problem but...

In https://github.com/OCA/connector-magento/blob/10.0/connector_magento/models/product/importer.py ``` def _get_data(self, binding, fields): result = {} if 'magento_qty' in fields: result.update({ 'qty': binding.magento_qty, # put the stock availability to "out of stock" 'is_in_stock': int(binding.magento_qty > 0)...

A customer with an existing order/address binding can sometimes fail like this. ``` Traceback (most recent call last): File "/opt/odoo/addons/queue_job/controllers/main.py", line 86, in runjob self._try_perform_job(env, job) File "/opt/odoo/addons/queue_job/controllers/main.py", line 62,...