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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
            
                2
                
                    Respostas
                
            
        
        
            
                7588
                
                    Visualizações
                
            
        
    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
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|  | 1 ago. 24  | 5892 | ||
|  | 0 jun. 23  | 2475 | ||
|  | 7 jul. 25  | 51561 | ||
|  | 0 dez. 24  | 1914 | ||
| 
            
                ODOO.sh
            
            
                    Resolvido
            
         |  | 2 out. 24  | 13861 | 
 
                        
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.