runbot/runbot_builder
Christophe Monniez 2cad0542f4 [IMP] runbot: queue build logs in a local database
Before the commit the build ir_logging was sent from the build instance
to the main runbot ir.logging table. As the number of runbot hosts
increases, it introduce a lot of concurrency.
e.g.: 80 hosts with 8 builds means 640 instances trying to insert
records in the ir.logging table.

With this commit, a special database is used on the builder host in
order to receive ir.logging's from the build instances.

Regulary, the table is emptied by the builder and the logs are inserted
in the runbot leader ir.logging table.
2022-11-28 06:46:49 +01:00
..
builder.py [IMP] runbot: queue build logs in a local database 2022-11-28 06:46:49 +01:00
dbmover.py [IMP] runbot: runbot 5.0 2020-09-10 13:44:38 +02:00
leader.py [FIX] runbot: apply small fixes 2022-06-20 14:37:02 +02:00
tester.py [IMP] runbot: create a separate process for cron 2021-12-08 15:06:49 +01:00
tools.py [IMP] runbot: git gc only once a day 2022-06-23 09:45:47 +02:00