I need to increase the time limit of a cron. How can I do this in odoo sh?
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
            
                2
                
                    Antwoorden
                
            
        
        
            
                7584
                
                    Weergaven
                
            
        
    Hello,
Edited answer. Was overthinking it by a lot. Import the config file from odoo and override the values in a python file
from odoo.tools import config
config['limit_time_real'] = None
config['limit_time_cpu'] = None
config['limit_time_real_cron'] = None
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden| Gerelateerde posts | Antwoorden | Weergaven | Activiteit | |
|---|---|---|---|---|
|  | 1 aug. 24  | 5888 | ||
|  | 0 jun. 23  | 2472 | ||
|  | 7 jul. 25  | 51556 | ||
|  | 0 dec. 24  | 1910 | ||
| 
            
                ODOO.sh
            
            
                    Opgelost
            
         |  | 2 okt. 24  | 13858 | 
 
                        
Hi,
As far as I know you cannot do this. This is managed by Odoo itself and is the same for all Odoo instances running on SH.