[IMP] odoo_sh: recurring question about crons

This commit is contained in:
Richard Mathot 2019-09-04 08:48:40 +02:00
parent f6cef5cd9c
commit bdf35642ba
No known key found for this signature in database
GPG Key ID: A7A432464AA3F482

View File

@ -6,6 +6,16 @@
Frequent Technical Questions
==================================
"Automated actions do not run at the exact time they were expected"
-------------------------------------------------------------------
On the Odoo.sh platform, we cannot guarantee an exact running time for automated actions.
This is due to the fact that there might be multiple customers on the same server, and we must guarantee a fair share of the server for every customer. Automated actions are therefore implemented slightly differently than on a regular Odoo server, and are run on a *best effort* policy.
.. warning::
Do not expect any automated action to be run more often than every 5 min.
Can you install pycups or some similar library linked to `CUPS <https://www.cups.org/>`_ ?
------------------------------------------------------------------------------------------