Stéphane Bidoul
Stéphane Bidoul
@AlexandreDecan Since you kindly restored the previous behavior of `_configuration` back in January, it works for me. I'm just uncomfortable using an undocumented data structure for persistence. >Should we keep...
Maybe you could disable the transifex step in travis.yml for that branch.
@qgroulard you may be interested in this one (for the images, maybe, or not)
That's not the reason for the build failure. I was connected to the template1 db to show something to Pierrick. Please retry.
@francesco-ooops The main question to resolve is how to report the asynchronous validation results to the user.
Sounds reasonable.
> If the queue_job job runners will "eat up" normal Odoo workes or it spawns their own separate workers. Queue job will use regular workers. It will *not* spawn its...
A proposed implementation is in https://github.com/OCA/queue/pull/423
If the exception is a [RetryableJobError](https://github.com/OCA/queue/blob/c8b16ff73a85f72f8b84bbb17a774f44587be875/queue_job/exception.py#L21), queue_job will retry automatically.
This is unfortunately not safe, because the job runner may be running on a different Odoo instance (possibly on another machine) than the jobs themselves. So it could be that...