Expert please explain how cron jobs works in OpenERP ?
As how it start on server start and stop when server stop !?
Also How internally it maintained ! Like to know its archetecture in short summry.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Expert please explain how cron jobs works in OpenERP ?
As how it start on server start and stop when server stop !?
Also How internally it maintained ! Like to know its archetecture in short summry.
Cron jobs scheduling
Cron jobs are defined in the ir_cron table/model. This module deals with all
cron jobs, for all databases of a single OpenERP server instance.
It defines a single master thread that will spawn (a bounded number of)
threads to process individual cron jobs.
The thread runs forever, checking every 60 seconds for new
'database wake-ups'. It maintains a heapq of database wake-ups. At each
wake-up, it will call ir_cron._run_jobs_multithread() for the given database. _run_jobs_multithread
will check the jobs defined in the ir_cron table and spawn accordingly threads
to process them.
This module's behavior depends on the following configuration variable:
openerp.conf.max_cron_threads.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
1
jan. 24
|
2700 | ||
|
0
abr. 22
|
4284 | ||
|
0
jan. 17
|
4551 | ||
|
0
dez. 15
|
4863 | ||
|
3
set. 23
|
12063 |