Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

The server is busy right now, module operations are not possible at this time, please try again later.

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
performanceinstallationserverappsodoo12
4 Risposte
32520 Visualizzazioni
Avatar
Frank Miao

Whenever I install an app or update an app, I got the following alert for most of the times. And I have to restart odoo and postgres service to install it:

The server is busy right now, module operations are not possible at this time, please try again later. 

I am using odoo 12 on GCP. The speed of my website is good. I am using 4 CPU with 8G Ram. I am not sure if it is caused by wrong worker configuration. Anyway, here is my workers set up. 

workers = 9
limit_memory_hard = 6845104128
limit_memory_soft = 5704253440
limit_request = 8192
limit_time_cpu = 600
limit_time_real = 1200
max_cron_threads = 1

0
Avatar
Abbandona
Avatar
Niyas Raphy (Walnut Software Solutions)
Risposta migliore

Hi,

This message is raised during the execution of the automated actions, if an automated action is getting executing now, at the same time the module operations like install, upgrade, uninstall cant perform. So to prevent the module operation at the time of the execution of the automated actions you are getting this message.

There is no need to restart the service or Postgres, just wait for sometime till the operation get completed.


Thanks

3
Avatar
Abbandona
Frank Miao
Autore

Yes, I believe you made the right point. I changed the frequency of an automated action which takes 5 minutes interval to 30 and my app installation and update is much more smooth. Than you for your answer.

Frank Miao
Autore

I do have a further question. Is there any way to avoid the server busy issue for module install/update? Why the cron job prevent that? Is there anything to do with the cron job worker? Will it be avoid if I increase the cron job worker from 1 to some number larger. The reason I care about this is that one of my automation action take place from time to time for long time that make our system maintenance difficult. Thank you!

Avatar
Risposta migliore

Is there any way to force module update when I am using odoo in a docker?

0
Avatar
Abbandona
Avatar
Md Habibur Rahman
Risposta migliore

Please restart the server and immediately upgrade your module 

or wait for the backend process to complete 

0
Avatar
Abbandona
Avatar
LuisC
Risposta migliore

Since for maintenance you must restart de odoo server after, another option is force update the specific module/s using odoo-bin + "'--stop-after-init"; with this you ensure doing the updates freely...

For example:

.//odoo-bin -d -u --stop-after-init

After that and if the update was successful start the service and that's it

0
Avatar
Abbandona
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
how to install sassc? Risolto
installation odoo12
Avatar
Avatar
Avatar
Avatar
Avatar
12
lug 24
81181
Install Purchased App from the App Store. Risolto
installation apps
Avatar
Avatar
3
gen 19
5718
What to do to access the apps menu?
installation apps
Avatar
Avatar
Avatar
2
mar 15
8287
Poor performance-LARGE "Waiting for server response"
performance server optimization
Avatar
1
feb 25
5348
Multiple odoo server sharing same database ? Risolto
installation server multicompany
Avatar
Avatar
1
set 24
13416
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now