İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
17079 Görünümler

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.

 

Avatar
Vazgeç
Üretici En İyi Yanıt

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.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Oca 24
2527
0
Nis 22
4180
0
Oca 17
4490
0
Ara 15
4794
3
Eyl 23
11917